Refactory: remove unused classes, imports, fields and methods.
authorincastrix <incastrix>
Wed, 23 Dec 2009 17:43:26 +0000 (17:43 +0000)
committerincastrix <incastrix>
Wed, 23 Dec 2009 17:43:26 +0000 (17:43 +0000)
net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/wizards/NewWizardMessages.java

index a78bece..ecaef37 100644 (file)
@@ -46,8 +46,8 @@ public class NewWizardMessages {
        /**
         * Gets a string from the resource bundle and formats it with arguments
         */
-       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);
+//     }
 
 }