Skip to content

Commit 3a130d5

Browse files
author
Vladimir Kotal
committed
fix javadoc
1 parent acc4728 commit 3a130d5

File tree

2 files changed

+1
-28
lines changed

2 files changed

+1
-28
lines changed

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

Lines changed: 0 additions & 27 deletions
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -620,7 +620,7 @@ public History getHistory(File file, String sinceRevision, String tillRevision)
620620
}
621621

622622
/**
623-
* Accumulate list of changed files and renamed files (if enabled) for given commit
623+
* Accumulate list of changed files and renamed files (if enabled) for given commit.
624624
* @param renamedFiles result containing the renamed files in this commit
625625
* @param files result containing changed files in this commit
626626
* @param commit RevCommit object

0 commit comments

Comments
 (0)