tmf: Switch tmf.core to Java 7 + fix warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.core / src / org / eclipse / linuxtools / tmf / core / ctfadaptor / CtfTmfEvent.java
index 2265ce91e7f341e5db2d372e0145483a0a9362d0..59423d37be0e26525316809cebe48e3080a1716e 100644 (file)
@@ -158,7 +158,7 @@ public class CtfTmfEvent extends TmfEvent
     @Override
     public Set<String> listCustomAttributes() {
         if (fDeclaration == null) {
-            return new HashSet<String>();
+            return new HashSet<>();
         }
         return fDeclaration.getCustomAttributes();
     }
This page took 0.027045 seconds and 5 git commands to generate.