Skip to content

Commit 40c5ecc

Browse files
committed
improve javadoc
1 parent 0e32a3a commit 40c5ecc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ private enum ParseState {
5151
private CVSRepository cvsRepository = new CVSRepository();
5252

5353
/**
54-
* Process the output from the log command and insert the HistoryEntries
55-
* into the history field.
54+
* Process the output from the log command and insert the {@link HistoryEntry} objects created therein
55+
* into the {@link #history} field.
5656
*
5757
* @param input The output from the process
5858
* @throws java.io.IOException If an error occurs while reading the stream

0 commit comments

Comments
 (0)