mirror of
https://github.com/java-diff-utils/java-diff-utils.git
synced 2026-03-13 10:11:17 +08:00
Clarify what this parameter does without reference to internal logic, which also fixes the typo (#186)
This commit is contained in:
@@ -492,11 +492,10 @@ public final class DiffRowGenerator {
|
||||
}
|
||||
|
||||
/**
|
||||
* Give the originial old and new text lines to Diffrow without any
|
||||
* additional processing and without any tags to highlight the change.
|
||||
* Report all lines without markup on the old or new text.
|
||||
*
|
||||
* @param val the value to set. Default: false.
|
||||
* @return builder with configured reportLinesUnWrapped parameter
|
||||
* @return builder with configured reportLinesUnchanged parameter
|
||||
*/
|
||||
public Builder reportLinesUnchanged(final boolean val) {
|
||||
reportLinesUnchanged = val;
|
||||
|
||||
Reference in New Issue
Block a user