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 / TmfFilterEqualsNode.java
index 586b13b2ab879bed227b3cf142834882700d8dc8..27ce8df54911fd2906333c1e90624201882552d3 100644 (file)
@@ -124,7 +124,7 @@ public class TmfFilterEqualsNode extends TmfFilterTreeNode {
 
        @Override
        public List<String> getValidChildren() {
-               return new ArrayList<String>(0);
+               return new ArrayList<>(0);
        }
 
        @Override
This page took 0.024254 seconds and 5 git commands to generate.