Skip to content

Commit 52000ec

Browse files
author
Vladimir Kotal
committed
fix javadoc
1 parent aff6c11 commit 52000ec

File tree

1 file changed

+1
-1
lines changed
  • opengrok-indexer/src/main/java/org/opengrok/indexer/history

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public Date getDate() {
8888
/**
8989
* Necessary Comparable method, used for sorting of TagEntries.
9090
*
91-
* @param aThat Compare to.
91+
* @param that Compare to.
9292
* @return 1 for greater, 0 for equal and -1 for smaller objects.
9393
*/
9494
@Override

0 commit comments

Comments
 (0)