@@ -98,8 +98,7 @@ protected final static List<String> splitStringPreserveDelimiter(String str, Pat
9898 *
9999 * @param startPosition the position from which tag should start. The counting start from a zero.
100100 * @param endPosition the position before which tag should should be closed.
101- * @param tag the tag name without angle brackets, just a word
102- * @param cssClass the optional css class
101+ * @param tagGenerator the tag generator
103102 */
104103 static void wrapInTag (List <String > sequence , int startPosition ,
105104 int endPosition , Function <Boolean , String > tagGenerator ) {
@@ -179,7 +178,6 @@ public List<DiffRow> generateDiffRows(List<String> original, List<String> revise
179178 * for displaying side-by-side diff.
180179 *
181180 * @param original the original text
182- * @param revised the revised text
183181 * @param patch the given patch
184182 * @return the DiffRows between original and revised texts
185183 */
@@ -400,7 +398,7 @@ public Builder reportLinesUnchanged(final boolean val) {
400398 /**
401399 * Generator for Old-Text-Tags.
402400 *
403- * @param tag the tag to set. Without angle brackets. Default: span.
401+ * @param generator the tag generator
404402 * @return builder with configured ignoreBlankLines parameter
405403 */
406404 public Builder oldTag (Function <Boolean , String > generator ) {
0 commit comments