Skip to content

Commit a13ec87

Browse files
committed
Fixed javadoc error
1 parent 1a2b854 commit a13ec87

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

algorithms/features/src/main/java/de/learnlib/algorithms/features/observationtable/ObservationTable.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -364,8 +364,8 @@ default public Word<I> findDistinguishingSuffix(Inconsistency<I, D> inconsistenc
364364

365365
/**
366366
*
367-
* @param firstRow the first row
368-
* @param secondRow the second row
367+
* @param row1 the first row
368+
* @param row2 the second row
369369
* @return the suffix distinguishing the contents of the two rows
370370
* @throws InvalidRowException if the rows do not belong to this observation table
371371
*/
@@ -380,8 +380,8 @@ default public Word<I> findDistinguishingSuffix(Row<I, D> row1, Row<I, D> row2)
380380

381381
/**
382382
*
383-
* @param firstRow the first row
384-
* @param secondRow the second row
383+
* @param row1 the first row
384+
* @param row2 the second row
385385
* @return the suffix (column) index where the contents of the rows differ, or
386386
* {@code #NO_DISTINGUISHING_SUFFIX} if the contents of the rows are equal.
387387
* @throws InvalidRowException if the rows do not belong to this observation table

0 commit comments

Comments
 (0)