Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Pazderski2019-11-22 20:21:33 +0000
committerPaul Pazderski2019-11-22 21:07:29 +0000
commit5287dcf349f6d783a767a5d064cf3c9522387c06 (patch)
tree849da0f7545741a9eccc16fda0587cc02d4b74e5 /bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/DocLineComparator.java
parent1db5d00c72dd69ac6161cf04145cc7918842c5c0 (diff)
downloadeclipse.platform.team-5287dcf349f6d783a767a5d064cf3c9522387c06.tar.gz
eclipse.platform.team-5287dcf349f6d783a767a5d064cf3c9522387c06.tar.xz
eclipse.platform.team-5287dcf349f6d783a767a5d064cf3c9522387c06.zip
Change-Id: Ibd321a8cca382afa1deec69c5fb557a94a15209e Signed-off-by: Paul Pazderski <paul-eclipse@ppazderski.de>
Diffstat (limited to 'bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/DocLineComparator.java')
-rw-r--r--bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/DocLineComparator.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/DocLineComparator.java b/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/DocLineComparator.java
index 7eaeaa8b0..b375e7bcd 100644
--- a/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/DocLineComparator.java
+++ b/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/DocLineComparator.java
@@ -43,7 +43,7 @@ public class DocLineComparator implements ITokenComparator {
/**
* Creates a <code>DocLineComparator</code> for the given document range.
* ignoreWhiteSpace controls whether comparing lines (in method
- * <code>rangesEqual<code>) should ignore whitespace.
+ * <code>rangesEqual</code>) should ignore whitespace.
*
* @param document the document from which the lines are taken
* @param region if non-<code>null</code> only lines within this range are taken
@@ -57,7 +57,7 @@ public class DocLineComparator implements ITokenComparator {
/**
* Creates a <code>DocLineComparator</code> for the given document range.
* ignoreWhiteSpace controls whether comparing lines (in method
- * <code>rangesEqual<code>) should ignore whitespace. Compare filters may be used
+ * <code>rangesEqual</code>) should ignore whitespace. Compare filters may be used
* to affect the detection of line differences.
*
* @param document

Back to the top