Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6279142

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

File tree

1 file changed

+2
-3
lines changed
Filter options

1 file changed

+2
-3
lines changed

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

Copy file name to clipboardExpand all lines: java-diff-utils/src/main/java/com/github/difflib/text/DiffRowGenerator.java
+2-3
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.