From a268c91e8db20c6e4228ada0590cd23b82485941 Mon Sep 17 00:00:00 2001 From: incastrix Date: Wed, 23 Dec 2009 17:28:37 +0000 Subject: [PATCH 1/1] Refactory: remove unused classes, imports, fields and methods. --- .../phpeclipse/phpmanual/PHPManualUiMessages.java | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/net.sourceforge.phpeclipse.phpmanual/src/net/sourceforge/phpeclipse/phpmanual/PHPManualUiMessages.java b/net.sourceforge.phpeclipse.phpmanual/src/net/sourceforge/phpeclipse/phpmanual/PHPManualUiMessages.java index faf7411..a51e928 100644 --- a/net.sourceforge.phpeclipse.phpmanual/src/net/sourceforge/phpeclipse/phpmanual/PHPManualUiMessages.java +++ b/net.sourceforge.phpeclipse.phpmanual/src/net/sourceforge/phpeclipse/phpmanual/PHPManualUiMessages.java @@ -1,7 +1,7 @@ package net.sourceforge.phpeclipse.phpmanual; -import java.text.MessageFormat; +//import java.text.MessageFormat; import java.util.MissingResourceException; import java.util.ResourceBundle; @@ -24,11 +24,11 @@ public class PHPManualUiMessages { } } - public static String getFormattedString(String key, Object arg) { - return MessageFormat.format(getString(key), new Object[] { arg }); - } +// public static String getFormattedString(String key, Object arg) { +// return MessageFormat.format(getString(key), new Object[] { arg }); +// } - 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 -- 1.7.1