* @deprecated backport 1.0 internal functionality
*/
-import java.util.*;
+import java.util.Locale;
+import java.util.MissingResourceException;
+import java.util.NoSuchElementException;
+import java.util.ResourceBundle;
+import java.util.StringTokenizer;
public class ConfigurableOption {
private String componentName;
* Return a String that identifies the component owner (typically the qualified
* type name of the class which it corresponds to).
*
- * e.g. "org.eclipse.jdt.internal.compiler.api.Compiler"
+ * e.g. "org.phpeclipse.phpdt.internal.compiler.api.Compiler"
*
* @return java.lang.String
*/