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 81a5d57 commit 2109048Copy full SHA for 2109048
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 result;
+ return List.copyOf(result);
86
}
87
88
private void visit(String id) {
0 commit comments