From db1a9c6a8cc1f157cd08369160e52ec8f81bf4e3 Mon Sep 17 00:00:00 2001 From: "Shawn O. Pearce" Date: Fri, 10 Sep 2010 22:13:30 -0700 Subject: Correct Javadoc for WS_IGNORE_CHANGE comparator Change-Id: I8aa1e7c7ae192ed28b2c8aaa3c5884b7b4666e9c Signed-off-by: Shawn O. Pearce --- org.eclipse.jgit/src/org/eclipse/jgit/diff/RawTextComparator.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.eclipse.jgit/src/org/eclipse/jgit/diff/RawTextComparator.java b/org.eclipse.jgit/src/org/eclipse/jgit/diff/RawTextComparator.java index 2f31618c3e..1f88aff7e3 100644 --- a/org.eclipse.jgit/src/org/eclipse/jgit/diff/RawTextComparator.java +++ b/org.eclipse.jgit/src/org/eclipse/jgit/diff/RawTextComparator.java @@ -216,7 +216,7 @@ public abstract class RawTextComparator extends SequenceComparator { } }; - /** Ignores trailing whitespace. */ + /** Ignores whitespace occurring between non-whitespace characters. */ public static final RawTextComparator WS_IGNORE_CHANGE = new RawTextComparator() { @Override public boolean equals(RawText a, int ai, RawText b, int bi) { -- cgit v1.2.3