Skip to content

Commit 6279142

Browse files
authored
Clarify what this parameter does without reference to internal logic, which also fixes the typo (#186)
1 parent 50da99f commit 6279142

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

java-diff-utils/src/main/java/com/github/difflib/text/DiffRowGenerator.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -492,11 +492,10 @@ public Builder ignoreWhiteSpaces(boolean val) {
492492
}
493493

494494
/**
495-
* Give the originial old and new text lines to Diffrow without any
496-
* additional processing and without any tags to highlight the change.
495+
* Report all lines without markup on the old or new text.
497496
*
498497
* @param val the value to set. Default: false.
499-
* @return builder with configured reportLinesUnWrapped parameter
498+
* @return builder with configured reportLinesUnchanged parameter
500499
*/
501500
public Builder reportLinesUnchanged(final boolean val) {
502501
reportLinesUnchanged = val;

0 commit comments

Comments
 (0)