tmf: Switch tmf.ui to Java 7 + fix warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / uml2sd / core / Lifeline.java
index 35677712ab25a5288f97255e9bc2e2704cb7cb88..ff77a30ec7c820823279063b943881b294a8dc78 100755 (executable)
@@ -274,7 +274,7 @@ public class Lifeline extends GraphNode {
         if (hasChildren()) {
             return getNodeMap().get(BasicExecutionOccurrence.EXEC_OCC_TAG);
         }
-        return new ArrayList<GraphNode>();
+        return new ArrayList<>();
     }
 
     @Override
This page took 0.025262 seconds and 5 git commands to generate.