1) Changed indentation of (single or double) quoted strings to align on the first...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / ui / viewsupport / AppearanceAwareLabelProvider.java
index bbed6ac..8150635 100644 (file)
@@ -48,9 +48,9 @@ public class AppearanceAwareLabelProvider extends JavaUILabelProvider implements
        /**
         * Creates a labelProvider with DEFAULT_TEXTFLAGS and DEFAULT_IMAGEFLAGS
         */
-       public AppearanceAwareLabelProvider() {
-               this(DEFAULT_TEXTFLAGS, DEFAULT_IMAGEFLAGS);
-       }
+//     public AppearanceAwareLabelProvider() {
+//             this(DEFAULT_TEXTFLAGS, DEFAULT_IMAGEFLAGS);
+//     }
 
        private void initMasks() {
                IPreferenceStore store = PreferenceConstants.getPreferenceStore();