tmf: Switch tmf.core to Java 7 + fix warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / filter / model / TmfFilterContainsNode.java
index c0dd25342e5c947d4db524263611ac6c4e004f89..d75708e8c0376c204f86facee6d5fe606c62b906 100644 (file)
@@ -124,7 +124,7 @@ public class TmfFilterContainsNode extends TmfFilterTreeNode {
 
        @Override
        public List<String> getValidChildren() {
-               return new ArrayList<String>(0);
+               return new ArrayList<>(0);
        }
 
        @Override
This page took 0.023743 seconds and 5 git commands to generate.