소스 검색

Fix typo in IndicesAdminClient#prepareOpen Javadoc (#107198)

sliu1013 1 년 전
부모
커밋
1c89a8ee28
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      server/src/main/java/org/elasticsearch/client/internal/IndicesAdminClient.java

+ 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);