X-Git-Url: http://git.phpeclipse.com diff --git a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ConfigurableOption.java b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ConfigurableOption.java index 307cdcf..08a9d96 100644 --- a/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ConfigurableOption.java +++ b/net.sourceforge.phpeclipse/src/net/sourceforge/phpdt/internal/compiler/ConfigurableOption.java @@ -17,11 +17,7 @@ package net.sourceforge.phpdt.internal.compiler; * @deprecated backport 1.0 internal functionality */ -import java.util.Locale; -import java.util.MissingResourceException; -import java.util.NoSuchElementException; -import java.util.ResourceBundle; -import java.util.StringTokenizer; +import java.util.*; public class ConfigurableOption { private String componentName; @@ -121,7 +117,7 @@ public String getCategory() { * 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 */