Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2008-04-11 07:57:02 +0000
committerspingel2008-04-11 07:57:02 +0000
commitf2b515193fa3b55cea36b539dcd53ed3871603fe (patch)
treef7de35e449f006bf7d1d1304b1d1da935576544f /org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java
parent1568ae9cce43a5242ca3f45079b570f20f5535c7 (diff)
downloadorg.eclipse.mylyn.tasks-f2b515193fa3b55cea36b539dcd53ed3871603fe.tar.gz
org.eclipse.mylyn.tasks-f2b515193fa3b55cea36b539dcd53ed3871603fe.tar.xz
org.eclipse.mylyn.tasks-f2b515193fa3b55cea36b539dcd53ed3871603fe.zip
NEW - bug 225485: [api] move TasksUiPlugin to internal package
https://bugs.eclipse.org/bugs/show_bug.cgi?id=225485
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java')
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java b/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java
index 48a313ae2..fa03b9131 100644
--- a/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java
+++ b/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/BugzillaTaskDataHandlerTest.java
@@ -8,6 +8,8 @@
package org.eclipse.mylyn.bugzilla.tests;
+import junit.framework.TestCase;
+
import org.eclipse.core.runtime.CoreException;
import org.eclipse.core.runtime.NullProgressMonitor;
import org.eclipse.mylyn.context.tests.support.TestUtil;
@@ -22,8 +24,6 @@ import org.eclipse.mylyn.tasks.core.AbstractTaskDataHandler;
import org.eclipse.mylyn.tasks.core.RepositoryTaskData;
import org.eclipse.mylyn.tasks.core.TaskRepository;
-import junit.framework.TestCase;
-
/**
* @author Frank Becker
*/

Back to the top