tmf: Switch tmf.ui to Java 7 + fix warnings
[deliverable/tracecompass.git] / org.eclipse.linuxtools.tmf.ui / src / org / eclipse / linuxtools / tmf / ui / views / colors / ColorSettingsManager.java
index c654ee17f4a14746b0d10b4e5b30dd67ad66418b..a32caf06eb4151c9e8ed880efa0b17e0f7142bcf 100644 (file)
@@ -54,7 +54,7 @@ public class ColorSettingsManager {
        private static ColorSetting[] fColorSettings = ColorSettingsXML.load(COLOR_SETTINGS_PATH_NAME);
 
        // The listener list
-       private static List<IColorSettingsListener> fListeners = new ArrayList<IColorSettingsListener>();
+       private static List<IColorSettingsListener> fListeners = new ArrayList<>();
 
        /**
         * Returns an array of color settings.
This page took 0.028165 seconds and 5 git commands to generate.