Skip to content

Commit 23f7d8b

Browse files
committed
augment javadoc
1 parent f9585cf commit 23f7d8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ public AnnotationLine() {
4949

5050
/**
5151
* An annotation line where the revision is not overridden for display purposes.
52-
* @param revision
53-
* @param author
54-
* @param enabled
52+
* @param revision revision string
53+
* @param author author string
54+
* @param enabled whether it is enabled
5555
*/
5656
AnnotationLine(String revision, String author, boolean enabled) {
5757
this(revision, author, enabled, null);

0 commit comments

Comments
 (0)