Refactory: remove unused classes, imports, fields and methods.
[phpeclipse.git] / net.sourceforge.phpeclipse.ui / src / net / sourceforge / phpdt / internal / ui / actions / ActionMessages.java
index 91d8132..2cbba05 100644 (file)
@@ -10,7 +10,7 @@
  ******************************************************************************/
 package net.sourceforge.phpdt.internal.ui.actions;
 
-import java.text.MessageFormat;
+//import java.text.MessageFormat;
 import java.util.MissingResourceException;
 import java.util.ResourceBundle;
 
@@ -67,9 +67,9 @@ public class ActionMessages {
         *            the message argument
         * @return the string
         */
-       public static String getFormattedString(String key, Object arg) {
-               return getFormattedString(key, new Object[] { arg });
-       }
+//     public static String getFormattedString(String key, Object arg) {
+//             return getFormattedString(key, new Object[] { arg });
+//     }
 
        /**
         * Returns the formatted resource string associated with the given key in
@@ -83,7 +83,7 @@ public class ActionMessages {
         *            the message arguments
         * @return the string
         */
-       public static String getFormattedString(String key, Object[] args) {
-               return MessageFormat.format(getString(key), args);
-       }
+//     public static String getFormattedString(String key, Object[] args) {
+//             return MessageFormat.format(getString(key), args);
+//     }
 }
\ No newline at end of file