/**
* 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$
}