Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/PatchTargetPage.java')
-rw-r--r--bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/PatchTargetPage.java6
1 files changed, 0 insertions, 6 deletions
diff --git a/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/PatchTargetPage.java b/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/PatchTargetPage.java
index 13e641743..e762bf5f3 100644
--- a/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/PatchTargetPage.java
+++ b/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/PatchTargetPage.java
@@ -121,9 +121,6 @@ public class PatchTargetPage extends WizardPage {
return button;
}
- /* (non-JavaDoc)
- * Method declared in IWizardPage.
- */
@Override
public IWizardPage getNextPage() {
@@ -154,9 +151,6 @@ public class PatchTargetPage extends WizardPage {
return super.getNextPage();
}
- /* (non-JavaDoc)
- * Method declared in IWizardPage.
- */
@Override
public boolean canFlipToNextPage() {
// we can't call getNextPage to determine if flipping is allowed since computing

Back to the top