Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

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

Sign up
Appearance settings

Commit6279142

Browse files
authored
Clarify what this parameter does without reference to internal logic, which also fixes the typo (#186)
1 parent50da99f commit6279142

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 configuredreportLinesUnWrapped parameter
498+
* @return builder with configuredreportLinesUnchanged parameter
500499
*/
501500
publicBuilderreportLinesUnchanged(finalbooleanval) {
502501
reportLinesUnchanged =val;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp