Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormkersten2005-07-13 23:09:02 +0000
committermkersten2005-07-13 23:09:02 +0000
commite0a39ffeb887c8c5da301d1975315d29cfcc0b34 (patch)
treec76ed5dc413794eece912736e2c98016463e626a /org.eclipse.mylyn.tasks.core/src
parent792f9199babba524f290b6e9545531d9e5ecdec1 (diff)
downloadorg.eclipse.mylyn.tasks-e0a39ffeb887c8c5da301d1975315d29cfcc0b34.tar.gz
org.eclipse.mylyn.tasks-e0a39ffeb887c8c5da301d1975315d29cfcc0b34.tar.xz
org.eclipse.mylyn.tasks-e0a39ffeb887c8c5da301d1975315d29cfcc0b34.zip
warning cleanup
Diffstat (limited to 'org.eclipse.mylyn.tasks.core/src')
-rw-r--r--org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/bugzilla/MylarBugzillaPlugin.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/bugzilla/MylarBugzillaPlugin.java b/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/bugzilla/MylarBugzillaPlugin.java
index 6bcf64076..aaaddddb3 100644
--- a/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/bugzilla/MylarBugzillaPlugin.java
+++ b/org.eclipse.mylyn.tasks.core/src/org/eclipse/mylyn/bugzilla/MylarBugzillaPlugin.java
@@ -8,7 +8,6 @@ import org.eclipse.ui.IStartup;
import org.eclipse.ui.IWorkbench;
import org.eclipse.ui.IWorkbenchWindow;
import org.eclipse.ui.PlatformUI;
-import org.eclipse.ui.internal.Workbench;
import org.eclipse.ui.plugin.AbstractUIPlugin;
import org.osgi.framework.BundleContext;

Back to the top