ctf: Move CTF plugins to Java 7 and fix warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core / src / org / eclipse / linuxtools / ctf / core / event / types / VariantDefinition.java
index c3c313cd427f7a63d6e5451c8a400a09d7017cce..120df59147aad174cd419652bee36c3e1ec43c61 100644 (file)
@@ -38,7 +38,7 @@ public class VariantDefinition extends Definition implements IDefinitionScope {
     private VariantDeclaration declaration;
 
     private EnumDefinition tagDefinition;
-    private Map<String, Definition> definitions = new HashMap<String, Definition>();
+    private Map<String, Definition> definitions = new HashMap<>();
     private String currentField;
 
     // ------------------------------------------------------------------------
This page took 0.02427 seconds and 5 git commands to generate.