Skip to content

Commit 0a7f3f0

Browse files
committed
nits
1 parent 3e68cc6 commit 0a7f3f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ public String getCacheInfo() throws HistoryException {
156156
* <code>HistoryParser</code> does not support annotation
157157
* @throws IOException if I/O exception occurs
158158
*/
159+
@Nullable
159160
public Annotation annotate(File file, String rev) throws IOException {
160161
Annotation annotation = null;
161162

opengrok-indexer/src/test/java/org/opengrok/indexer/history/HistoryGuruTest.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ public static void setUpClass() throws Exception {
7575
repository = new TestRepository();
7676
repository.create(HistoryGuru.class.getResource("/repositories"));
7777
RepositoryFactory.initializeIgnoredNames(env);
78-
FileUtilities.getAllFiles(new File(repository.getSourceRoot()),
79-
FILES, true);
78+
FileUtilities.getAllFiles(new File(repository.getSourceRoot()), FILES, true);
8079
assertNotEquals(0, FILES.size());
8180

8281
HistoryGuru histGuru = HistoryGuru.getInstance();

0 commit comments

Comments
 (0)