Skip to content

Commit

Permalink
HSEARCH-4566 Don't expose SearchIntegrationImpl#saveForRestart more t…
Browse files Browse the repository at this point in the history
…han necessary
  • Loading branch information
yrodiere committed May 9, 2022
1 parent 2267bfb commit 5195102
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -101,7 +101,7 @@ public IndexManager indexManager(String indexManagerName) {
return indexManager.toAPI();
}

public SavedState saveForRestart() {
SavedState saveForRestart() {
HashMap<String, SavedState> states = new HashMap<>();
for ( Map.Entry<String, IndexManagerImplementor> indexManager : indexManagers.entrySet() ) {
states.put( indexManager.getKey(), indexManager.getValue().saveForRestart() );
Expand Down

0 comments on commit 5195102

Please sign in to comment.