Clarify what this parameter does without reference to internal logic, which also fixes the typo (#186)

This commit is contained in:
Sophiah Ho
2024-04-03 01:35:40 -04:00
committed by GitHub
parent 50da99fed0
commit 6279142d0a

View File

@@ -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;