ctf: Move CTF plugins to Java 7 and fix warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.ctf.core / src / org / eclipse / linuxtools / internal / ctf / core / event / EventDeclaration.java
index 27848e2ab6a6a42e97659b5fd5721fc8afeb7b07..b54588884b3c3bd2fcef22a446dd8a0b2f27dc56 100644 (file)
@@ -73,7 +73,7 @@ public class EventDeclaration implements IEventDeclaration {
     private long logLevel;
 
     /** Map of this event type's custom CTF attributes */
-    private final Map<String, String> customAttributes = new HashMap<String, String>();
+    private final Map<String, String> customAttributes = new HashMap<>();
 
     // ------------------------------------------------------------------------
     // Constructors
This page took 0.037719 seconds and 5 git commands to generate.