Browse Source

Fix typo in IndicesAdminClient#prepareOpen Javadoc (#107198)

sliu1013 1 year ago
parent
commit
1c89a8ee28

+ 1 - 1
server/src/main/java/org/elasticsearch/client/internal/IndicesAdminClient.java

@@ -247,7 +247,7 @@ public interface IndicesAdminClient extends ElasticsearchClient {
     /**
      * Opens one or more indices based on their index name.
      *
-     * @param indices The name of the indices to close
+     * @param indices The name of the indices to open
      */
     OpenIndexRequestBuilder prepareOpen(String... indices);