We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50da99f commit 6279142Copy full SHA for 6279142
java-diff-utils/src/main/java/com/github/difflib/text/DiffRowGenerator.java
@@ -492,11 +492,10 @@ public Builder ignoreWhiteSpaces(boolean val) {
492
}
493
494
/**
495
- * Give the originial old and new text lines to Diffrow without any
496
- * additional processing and without any tags to highlight the change.
+ * Report all lines without markup on the old or new text.
497
*
498
* @param val the value to set. Default: false.
499
- * @return builder with configured reportLinesUnWrapped parameter
+ * @return builder with configured reportLinesUnchanged parameter
500
*/
501
public Builder reportLinesUnchanged(final boolean val) {
502
reportLinesUnchanged = val;
0 commit comments