tmf: Switch tmf.ui to Java 7 + fix warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / viewers / statistics / model / TmfStatisticsTreeNode.java
index 2c7f02b911a6991184ace7d217c1babb407a8782..a33128b43abdb0e7187d7e476d862605544aed55 100755 (executable)
@@ -71,7 +71,7 @@ public class TmfStatisticsTreeNode {
         fTree = tree;
         fPath = path;
         fParent = parent;
-        fChildren = new HashMap<String, TmfStatisticsTreeNode>();
+        fChildren = new HashMap<>();
         fValues = new TmfStatisticsValues();
     }
 
This page took 0.027331 seconds and 5 git commands to generate.