Skip to content

Commit bce3a1b

Browse files
lukewhitingCopilot
andcommitted
Update server/src/main/java/org/elasticsearch/common/streams/StreamsPermissionsUtils.java
Co-authored-by: Copilot <[email protected]>
1 parent 40649cc commit bce3a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/common/streams/StreamsPermissionsUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static StreamsPermissionsUtils getInstance() {
3232
return INSTANCE;
3333
}
3434

35-
public void throwIfRetrouteToSubstreamNotAllowed(ProjectMetadata projectMetadata, Set<String> indexHistory, String destination)
35+
public void throwIfRerouteToSubstreamNotAllowed(ProjectMetadata projectMetadata, Set<String> indexHistory, String destination)
3636
throws IllegalArgumentException {
3737
for (StreamType streamType : StreamType.values()) {
3838
String streamName = streamType.getStreamName();

0 commit comments

Comments
 (0)