tmf: Switch tmf.ui to Java 7 + fix warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / widgets / timegraph / widgets / TimeGraphSelection.java
index 6e9fd39c6231adeac475eb6e59dd200c752ffc0a..c42129fb56d2f2bf53aa632f0db2148627fd72f4 100644 (file)
@@ -29,7 +29,7 @@ import org.eclipse.jface.viewers.IStructuredSelection;
  */
 public class TimeGraphSelection implements IStructuredSelection {
 
-    private List<Object> list = new ArrayList<Object>();
+    private List<Object> list = new ArrayList<>();
 
     /**
      * Default constructor
This page took 0.030597 seconds and 5 git commands to generate.