Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/org.eclipse.compare.core/src/org/eclipse/compare/patch/IHunkFilter.java')
-rw-r--r--bundles/org.eclipse.compare.core/src/org/eclipse/compare/patch/IHunkFilter.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.compare.core/src/org/eclipse/compare/patch/IHunkFilter.java b/bundles/org.eclipse.compare.core/src/org/eclipse/compare/patch/IHunkFilter.java
index 55597349e..b7552a45e 100644
--- a/bundles/org.eclipse.compare.core/src/org/eclipse/compare/patch/IHunkFilter.java
+++ b/bundles/org.eclipse.compare.core/src/org/eclipse/compare/patch/IHunkFilter.java
@@ -12,14 +12,14 @@ package org.eclipse.compare.patch;
/**
* Filter that is used to determine if a hunk should be applied or not
- *
+ *
* @since org.eclipse.compare.core 3.5
*/
public interface IHunkFilter {
/**
* Returns true if the given hunk should be applied
- *
+ *
* @param hunk
* the hunk
* @return true if the given hunk should be applied

Back to the top