A massive organize imports and formatting of the sources using default Eclipse code...
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / internal / corext / CorextMessages.java
index 67c52f3..57d11f5 100644 (file)
@@ -16,10 +16,10 @@ import java.util.ResourceBundle;
 
 public class CorextMessages {
 
-       private static final String BUNDLE_NAME= CorextMessages.class.getName();
+       private static final String BUNDLE_NAME = CorextMessages.class.getName();
 
-       private static final ResourceBundle RESOURCE_BUNDLE =
-               ResourceBundle.getBundle(BUNDLE_NAME);
+       private static final ResourceBundle RESOURCE_BUNDLE = ResourceBundle
+                       .getBundle(BUNDLE_NAME);
 
        private CorextMessages() {
        }
@@ -31,12 +31,12 @@ public class CorextMessages {
                        return '!' + key + '!';
                }
        }
-       
+
        public static String getFormattedString(String key, Object arg) {
                return getFormattedString(key, new Object[] { arg });
        }
-       
+
        public static String getFormattedString(String key, Object[] args) {
-               return MessageFormat.format(getString(key), args);      
-       }               
+               return MessageFormat.format(getString(key), args);
+       }
 }
\ No newline at end of file