From c690c577d345639f0186c5b43d8d81bcea80187a Mon Sep 17 00:00:00 2001 From: incastrix Date: Wed, 23 Dec 2009 17:43:26 +0000 Subject: [PATCH] Refactory: remove unused classes, imports, fields and methods. --- .../internal/ui/wizards/NewWizardMessages.java | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/wizards/NewWizardMessages.java b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/wizards/NewWizardMessages.java index a78bece..ecaef37 100644 --- a/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/wizards/NewWizardMessages.java +++ b/net.sourceforge.phpeclipse.ui/src/net/sourceforge/phpdt/internal/ui/wizards/NewWizardMessages.java @@ -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); +// } } -- 1.7.1