******************************************************************************/
package net.sourceforge.phpdt.internal.ui.actions;
-import java.text.MessageFormat;
+//import java.text.MessageFormat;
import java.util.MissingResourceException;
import java.util.ResourceBundle;
* 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
* 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