Skip to content

Commit 53b6f3e

Browse files
author
Vladimir Kotal
committed
fix javadoc
1 parent f044bd7 commit 53b6f3e

File tree

1 file changed

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

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ public boolean hasTags() {
120120

121121
/**
122122
* Gets a value indicating if {@code file} is in the list of renamed files.
123+
* @param file file path
124+
* @return is file renamed
123125
*/
124126
public boolean isRenamed(String file) {
125127
return renamedFiles.contains(file);

0 commit comments

Comments
 (0)