Skip to content

Commit

Permalink
Update server/src/main/java/org/opensearch/indices/SystemIndexRegistr…
Browse files Browse the repository at this point in the history
…y.java

Co-authored-by: Andriy Redko <drreta@gmail.com>
Signed-off-by: Craig Perkins <craig5008@gmail.com>
  • Loading branch information
cwperks and reta authored Jul 16, 2024
1 parent 8c3d0b5 commit 609b715
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public static Set<String> matchesPluginSystemIndexPattern(String pluginClassName
.collect(Collectors.toSet());
}

public static List<SystemIndexDescriptor> getAllDescriptors() {
static List<SystemIndexDescriptor> getAllDescriptors() {
return SYSTEM_INDEX_DESCRIPTORS_MAP.values().stream().flatMap(Collection::stream).collect(Collectors.toList());
}

Expand Down

0 comments on commit 609b715

Please sign in to comment.