소스 검색

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}}