Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrank Becker2012-02-04 14:23:05 +0000
committerFrank Becker2012-02-04 14:23:05 +0000
commitf5384a59029d8e04d183744045fca7d510754c87 (patch)
tree77de9fe7618685bd3dca189d815f9c998c4c2735 /org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui
parent0f77b9c13ab018924d3902b6a4e611a91f27fa40 (diff)
downloadorg.eclipse.mylyn.tasks-f5384a59029d8e04d183744045fca7d510754c87.tar.gz
org.eclipse.mylyn.tasks-f5384a59029d8e04d183744045fca7d510754c87.tar.xz
org.eclipse.mylyn.tasks-f5384a59029d8e04d183744045fca7d510754c87.zip
ASSIGNED - bug 370483: reduce number of warnings
https://bugs.eclipse.org/bugs/show_bug.cgi?id=370483 Change-Id: I9909e9f7ab4d79ed4fb4e803cf9d9f4698c698c4
Diffstat (limited to 'org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui')
-rw-r--r--org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/wizards/AbstractRepositoryQueryPage2.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/wizards/AbstractRepositoryQueryPage2.java b/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/wizards/AbstractRepositoryQueryPage2.java
index 1af171e34..da1b20e0d 100644
--- a/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/wizards/AbstractRepositoryQueryPage2.java
+++ b/org.eclipse.mylyn.tasks.ui/src/org/eclipse/mylyn/tasks/ui/wizards/AbstractRepositoryQueryPage2.java
@@ -62,7 +62,6 @@ public abstract class AbstractRepositoryQueryPage2 extends AbstractRepositoryQue
private boolean firstTime = true;
- @SuppressWarnings("restriction")
private SectionComposite innerComposite;
/**
@@ -407,7 +406,6 @@ public abstract class AbstractRepositoryQueryPage2 extends AbstractRepositoryQue
progressContainer.setCancelButton(cancelButton);
}
- @SuppressWarnings("restriction")
protected abstract void createPageContent(SectionComposite parent);
protected void doClearControls() {

Back to the top