We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f428da2 commit 709f59cCopy full SHA for 709f59c
opengrok-indexer/src/test/java/org/opengrok/indexer/history/BazaarHistoryParserTest.java
@@ -202,7 +202,7 @@ public void parseLogDirectory() throws Exception {
202
HistoryEntry e1 = result.getHistoryEntries().get(0);
203
assertEquals(revId1, e1.getRevision());
204
assertEquals(author1, e1.getAuthor());
205
- assertEquals(new HashSet(Arrays.asList(files)), e1.getFiles());
+ assertEquals(new HashSet<>(Arrays.asList(files)), e1.getFiles());
206
}
207
208
0 commit comments