Skip to content

Commit 81a5d57

Browse files
author
Vladimir Kotal
committed
remove stale reference from javadoc
1 parent 53b6f3e commit 81a5d57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-indexer/src/main/java/org/opengrok/indexer/history/RepositoryWithPerPartesHistory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public int getPerPartesCount() {
5454
/**
5555
* Traverse the changesets using the visitor pattern.
5656
* @param sinceRevision start revision
57-
* @param visitor object implementing the {@link ChangesetVisitorInterface} interface
57+
* @param visitor consumer of revisions
5858
* @throws HistoryException on error during history retrieval
5959
*/
6060
public abstract void accept(String sinceRevision, Consumer<String> visitor) throws HistoryException;

0 commit comments

Comments
 (0)