We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e943ce commit 70bf462Copy full SHA for 70bf462
java/openmldb-jdbc/src/main/java/com/_4paradigm/openmldb/common/LibraryLoader.java
@@ -91,7 +91,7 @@ synchronized public static void loadLibrary(String libraryPath) {
91
/**
92
* Extract library in resource into filesystem
93
* @param path the path that will be extracted.
94
- * @param isTemp true if a temp file is created, otherwise false.
+ * @param isTemp whether to create a temp file.
95
* @return the absolute path of the resources.
96
* @throws IOException if the resources cannot be found.
97
*/
0 commit comments