X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/IJavaEditorActionConstants.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/IJavaEditorActionConstants.java index 85b94d9..fd91df3 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/IJavaEditorActionConstants.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpeclipse/phpeditor/IJavaEditorActionConstants.java @@ -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$ }