We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06e02d9 commit 35e7475Copy full SHA for 35e7475
src/main/java/apijson/cassandra/CassandraUtil.java
@@ -36,7 +36,7 @@
36
* @see DemoSQLExecutor 重写 execute 方法:
37
* \@Override
38
* public JSONObject execute(@NotNull SQLConfig<Long> config, boolean unknownType) throws Exception {
39
- * if (config.isMilvus()) {
+ * if (config.isCassandra()) {
40
* return CassandraUtil.execute(config, null, unknownType);
41
* }
42
*
0 commit comments