浏览代码

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.
      * 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);
     OpenIndexRequestBuilder prepareOpen(String... indices);