mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-01 08:29:09 +00:00
Fix compilation issue due to 47e9082 and 9200e15
47e9082 removed a method that 9200e15 made use of.
This commit is contained in:
parent
47e9082bb4
commit
e41c5cb47a
@ -77,7 +77,7 @@ public final class GetUserPrivilegesResponse extends ActionResponse {
|
||||
cluster = Collections.unmodifiableSet(in.readSet(StreamInput::readString));
|
||||
conditionalCluster = Collections.unmodifiableSet(in.readSet(ConditionalClusterPrivileges.READER));
|
||||
index = Collections.unmodifiableSet(in.readSet(Indices::new));
|
||||
application = Collections.unmodifiableSet(in.readSet(RoleDescriptor.ApplicationResourcePrivileges::createFrom));
|
||||
application = Collections.unmodifiableSet(in.readSet(RoleDescriptor.ApplicationResourcePrivileges::new));
|
||||
runAs = Collections.unmodifiableSet(in.readSet(StreamInput::readString));
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user