tmf: Switch tmf.core to Java 7 + fix warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / timestamp / TmfTimestampFormat.java
index bbf2d342909b7b82136790f8899905f032d32d68..efb9d9108cf55924bed1eb631c9c2f8b6da985fd 100644 (file)
@@ -222,7 +222,7 @@ public class TmfTimestampFormat extends SimpleDateFormat {
     private String fPattern;
 
     // The timestamp pattern
-    private List<String> fSupplPatterns = new ArrayList<String>();
+    private List<String> fSupplPatterns = new ArrayList<>();
 
     /**
      * The supplementary pattern letters. Can be redefined by sub-classes
This page took 0.023788 seconds and 5 git commands to generate.