tmf: Switch tmf.ui to Java 7 + fix warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / internal / tmf / ui / parsers / custom / CustomTxtTrace.java
index 028844c6ad7d1560b73fdab418e20a9289a7f05f..b9b569eb8dc8ce3922680b3546b79bdf0186f2da 100644 (file)
@@ -236,7 +236,7 @@ public class CustomTxtTrace extends TmfTrace implements ITmfEventParser, ITmfPer
 
         CustomTxtEvent event = parseFirstLine(context);
 
-        final HashMap<InputLine, Integer> countMap = new HashMap<InputLine, Integer>();
+        final HashMap<InputLine, Integer> countMap = new HashMap<>();
         InputLine currentInput = null;
         if (context.inputLine.childrenInputs != null && context.inputLine.childrenInputs.size() > 0) {
             currentInput = context.inputLine.childrenInputs.get(0);
This page took 0.029416 seconds and 5 git commands to generate.