X-Git-Url: http://secure.phpeclipse.com diff --git a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/actions/ActionMessages.java b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/actions/ActionMessages.java index 91d8132..2cbba05 100644 --- a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/actions/ActionMessages.java +++ b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/actions/ActionMessages.java @@ -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