Skip to content

Commit 35e7475

Browse files
committed
更新注释
1 parent 06e02d9 commit 35e7475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/apijson/cassandra/CassandraUtil.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* @see DemoSQLExecutor 重写 execute 方法:
3737
* \@Override
3838
* public JSONObject execute(@NotNull SQLConfig<Long> config, boolean unknownType) throws Exception {
39-
* if (config.isMilvus()) {
39+
* if (config.isCassandra()) {
4040
* return CassandraUtil.execute(config, null, unknownType);
4141
* }
4242
*

0 commit comments

Comments
 (0)