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 / handlers / KeyBindingsManager.java
index 58c88d51d47895927cdaddf374808aca0a3aa840..067bd120cd91d110d8e04c24753e1af56f558785 100644 (file)
@@ -49,11 +49,11 @@ public class KeyBindingsManager {
     /**
      * The list of view names.
      */
-    private Set<String> fViews = new HashSet<String>();
+    private Set<String> fViews = new HashSet<>();
     /**
      * The list of activations Activations to store
      */
-    private List<IHandlerActivation> fHandlerActivations = new ArrayList<IHandlerActivation>();
+    private List<IHandlerActivation> fHandlerActivations = new ArrayList<>();
     /**
      * The action reference for moving to a message in view.
      */
This page took 0.026067 seconds and 5 git commands to generate.