Skip to content

Commit a5a68ef

Browse files
committed
fix javadoc
1 parent fb00c26 commit a5a68ef

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/SCCSHistoryParser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
/**
3636
* Reads and filters out junk from a SCCS history file.
3737
* See sccsfile(4) for details of the file format.
38-
* Wrote it since invoking 'sccs prs' for each file was
38+
* Wrote it since invoking {@code sccs prs} for each file was
3939
* taking a lot of time. Time to index history has reduced 4 to 1!
4040
*/
4141
final class SCCSHistoryParser {

0 commit comments

Comments
 (0)