Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspingel2009-12-10 05:46:18 +0000
committerspingel2009-12-10 05:46:18 +0000
commite47deeb8bd5dde2a7c54135a7d60376f54c4ef0e (patch)
treeac5599df66ed53253c80acfe84482b54411e6897 /org.eclipse.mylyn.bugzilla.tests
parentf0891f548a0e5cf6c3be1d18849b08dc43ba847e (diff)
downloadorg.eclipse.mylyn.tasks-e47deeb8bd5dde2a7c54135a7d60376f54c4ef0e.tar.gz
org.eclipse.mylyn.tasks-e47deeb8bd5dde2a7c54135a7d60376f54c4ef0e.tar.xz
org.eclipse.mylyn.tasks-e47deeb8bd5dde2a7c54135a7d60376f54c4ef0e.zip
NEW - bug 292090: cleanup fixme and todo comments for 3.4
https://bugs.eclipse.org/bugs/show_bug.cgi?id=292090
Diffstat (limited to 'org.eclipse.mylyn.bugzilla.tests')
-rw-r--r--org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaTaskHyperlinkDetectorTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaTaskHyperlinkDetectorTest.java b/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaTaskHyperlinkDetectorTest.java
index 923d65c7d..4552f7017 100644
--- a/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaTaskHyperlinkDetectorTest.java
+++ b/org.eclipse.mylyn.bugzilla.tests/src/org/eclipse/mylyn/bugzilla/tests/ui/BugzillaTaskHyperlinkDetectorTest.java
@@ -82,7 +82,7 @@ public class BugzillaTaskHyperlinkDetectorTest extends TestCase {
repository2 = new TaskRepository(BugzillaCorePlugin.CONNECTOR_KIND, "repository_url2");
detector.setContext(new IAdaptable() {
- @SuppressWarnings("unchecked")
+ @SuppressWarnings("rawtypes")
public Object getAdapter(Class adapter) {
return (adapter == TaskRepository.class) ? activeRepository : null;
}

Back to the top