Skip to content

Commit 04da486

Browse files
committed
unwrap line
1 parent 9ec175a commit 04da486

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
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
@@ -686,8 +686,7 @@ private String getCachedRevision(Repository repository, String revPath) {
686686
}
687687

688688
@Override
689-
public Map<String, Date> getLastModifiedTimes(
690-
File directory, Repository repository) {
689+
public Map<String, Date> getLastModifiedTimes(File directory, Repository repository) {
691690
// We don't have a good way to get this information from the file
692691
// cache, so leave it to the caller to find a reasonable time to
693692
// display (typically the last modified time on the file system).

0 commit comments

Comments
 (0)