A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpeclipse / phpeditor / PHPEditorMessages.java
index 8260ce6..41536b9 100644 (file)
@@ -19,7 +19,8 @@ public class PHPEditorMessages {
 
        private static final String RESOURCE_BUNDLE = "net.sourceforge.phpeclipse.phpeditor.PHPEditorMessages";//$NON-NLS-1$
 
-       private static ResourceBundle fgResourceBundle = ResourceBundle.getBundle(RESOURCE_BUNDLE);
+       private static ResourceBundle fgResourceBundle = ResourceBundle
+                       .getBundle(RESOURCE_BUNDLE);
 
        public static String JavaEditor_markOccurrences_job_name = "JavaEditor.markOccurrences.job.name";