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 2109048 commit 8fc8ddcCopy full SHA for 8fc8ddc
opengrok-indexer/src/main/java/org/opengrok/indexer/history/BoundaryChangesets.java
@@ -82,7 +82,7 @@ public synchronized List<String> getBoundaryChangesetIDs(String sinceRevision) t
82
String.format("done getting boundary changesets for ''%s'' (%d entries)",
83
repository.getDirectoryName(), result.size()));
84
85
- return List.copyOf(result);
+ return result;
86
}
87
88
private void visit(String id) {
0 commit comments