Skip to content

Commit 70bf462

Browse files
authored
Update LibraryLoader.java
1 parent 4e943ce commit 70bf462

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/openmldb-jdbc/src/main/java/com/_4paradigm/openmldb/common/LibraryLoader.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ synchronized public static void loadLibrary(String libraryPath) {
9191
/**
9292
* Extract library in resource into filesystem
9393
* @param path the path that will be extracted.
94-
* @param isTemp true if a temp file is created, otherwise false.
94+
* @param isTemp whether to create a temp file.
9595
* @return the absolute path of the resources.
9696
* @throws IOException if the resources cannot be found.
9797
*/

0 commit comments

Comments
 (0)