Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/FilePatch.java')
-rw-r--r--bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/FilePatch.java8
1 files changed, 0 insertions, 8 deletions
diff --git a/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/FilePatch.java b/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/FilePatch.java
index 97ce06310..59485a103 100644
--- a/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/FilePatch.java
+++ b/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/patch/FilePatch.java
@@ -28,14 +28,6 @@ public class FilePatch extends FilePatch2 implements IFilePatch {
super(oldPath, oldDate, newPath, newDate);
}
- /*
- * (non-Javadoc)
- *
- * @see
- * org.eclipse.compare.patch.IFilePatch#apply(org.eclipse.core.resources
- * .IStorage, org.eclipse.compare.patch.PatchConfiguration,
- * org.eclipse.core.runtime.IProgressMonitor)
- */
@Override
public IFilePatchResult apply(IStorage content,
PatchConfiguration configuration, IProgressMonitor monitor) {

Back to the top