Skip to content

Commit 5abd6d6

Browse files
author
Vladimir Kotal
committed
cleanup
1 parent 3fe1350 commit 5abd6d6

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -712,8 +712,7 @@ private String getRepositoryCachedRevPath(Repository repository) {
712712
* @param repository repository
713713
* @param rev latest revision which has been just indexed
714714
*/
715-
@Override
716-
public void storeLatestCachedRevision(Repository repository, String rev) {
715+
private void storeLatestCachedRevision(Repository repository, String rev) {
717716
Writer writer = null;
718717

719718
try {

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,6 @@ History get(File file, Repository repository, boolean withFiles)
106106
String getLatestCachedRevision(Repository repository)
107107
throws HistoryException;
108108

109-
// TODO
110-
void storeLatestCachedRevision(Repository repository, String version);
111-
112109
/**
113110
* Get the last modified times for all files and subdirectories in the
114111
* specified directory.

0 commit comments

Comments
 (0)