Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Ross2012-11-08 21:16:54 +0000
committerJohn Ross2012-11-08 21:16:54 +0000
commitc57232c0d071ba6cc0d7636782ada02c6fcc8b02 (patch)
treed218f91c6f3909f07b4cdc0384a6fcbb9531cc6b
parent82e7c169846f5fd65aeb5ef9758ef9cbb032184f (diff)
downloadrt.equinox.bundles-c57232c0d071ba6cc0d7636782ada02c6fcc8b02.tar.gz
rt.equinox.bundles-c57232c0d071ba6cc0d7636782ada02c6fcc8b02.tar.xz
rt.equinox.bundles-c57232c0d071ba6cc0d7636782ada02c6fcc8b02.zip
Bug 348993: Fix unused import compiler warning.v20121108-211654
-rwxr-xr-xbundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java b/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java
index 8f4945db9..3999f1f4b 100755
--- a/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java
+++ b/bundles/org.eclipse.equinox.console/src/org/eclipse/equinox/console/commands/EquinoxCommandProvider.java
@@ -16,7 +16,6 @@ import java.io.BufferedReader;
import java.io.File;
import java.io.IOException;
import java.io.InputStreamReader;
-import java.lang.reflect.Constructor;
import java.lang.reflect.Field;
import java.lang.reflect.Method;
import java.net.URL;

Back to the top