A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / IJavaEditorActionConstants.java
index 85b94d9..fd91df3 100644 (file)
@@ -18,16 +18,15 @@ public interface IJavaEditorActionConstants {
        /**
         * ID of the action to toggle the style of the presentation.
         */
-       public static final String TOGGLE_PRESENTATION= "togglePresentation"; //$NON-NLS-1$
+       public static final String TOGGLE_PRESENTATION = "togglePresentation"; //$NON-NLS-1$
 
-       
        /**
         * ID of the toolbar action to go to the previous error.
         */
-       public static final String PREVIOUS_ERROR= "gotoPreviousError"; //$NON-NLS-1$
-       
+       public static final String PREVIOUS_ERROR = "gotoPreviousError"; //$NON-NLS-1$
+
        /**
         * ID of the toolbar action to go to the next error.
         */
-       public static final String NEXT_ERROR= "gotoNextError"; //$NON-NLS-1$
+       public static final String NEXT_ERROR = "gotoNextError"; //$NON-NLS-1$
 }