瀏覽代碼

Remove a legacy comment (#371)

Signed-off-by: yhmo <yihua.mo@zilliz.com>

Signed-off-by: yhmo <yihua.mo@zilliz.com>
groot 2 年之前
父節點
當前提交
00fd46c618
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      src/main/java/io/milvus/client/MilvusClient.java

+ 1 - 2
src/main/java/io/milvus/client/MilvusClient.java

@@ -127,8 +127,7 @@ public interface MilvusClient {
     R<ShowCollectionsResponse> showCollections(ShowCollectionsParam requestParam);
 
     /**
-     * Flushes collections.
-     * Currently we do not support this method on client since compaction is not supported on server.
+     * Flushes inserted data in buffer into storage.
      *
      * @param requestParam {@link FlushParam}
      * @return {status:result code,data: FlushResponse{flush segment ids}}