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 a687cd8 commit c7dfd26Copy full SHA for c7dfd26
opengrok-indexer/src/main/java/org/opengrok/indexer/configuration/RuntimeEnvironment.java
@@ -1937,7 +1937,7 @@ private int getMessageLimit() {
1937
}
1938
1939
public Set<String> getAuthenticationTokens() {
1940
- return syncReadConfiguration(Configuration::getAuthenticationTokens);
+ return Collections.unmodifiableSet(syncReadConfiguration(Configuration::getAuthenticationTokens));
1941
1942
1943
public void setAuthenticationTokens(Set<String> tokens) {
0 commit comments