Browse Source

Correct Javadoc for WS_IGNORE_CHANGE comparator

Change-Id: I8aa1e7c7ae192ed28b2c8aaa3c5884b7b4666e9c
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
tags/v0.9.1
Shawn O. Pearce 13 years ago
parent
commit
db1a9c6a8c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      org.eclipse.jgit/src/org/eclipse/jgit/diff/RawTextComparator.java

+ 1
- 1
org.eclipse.jgit/src/org/eclipse/jgit/diff/RawTextComparator.java View File

@@ -216,7 +216,7 @@ public abstract class RawTextComparator extends SequenceComparator<RawText> {
}
};

/** 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) {

Loading…
Cancel
Save