Skip to content

Commit 1e77ce4

Browse files
committed
[NOID] format changes
1 parent f1caee2 commit 1e77ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/apoc/load/util/JdbcUtil.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public static String getSqlOrKey(String sqlOrKey) {
8989
return sqlOrKey.contains(" ")
9090
? sqlOrKey
9191
: Util.getLoadUrlByConfigFile(LOAD_TYPE, sqlOrKey, "sql").orElse("SELECT * FROM " + sqlOrKey);
92-
}
92+
}
9393

9494
public static String obfuscateJdbcUrl(String query) {
9595
return query.replaceAll("(jdbc:[^:]+://)([^\\s\\\"']+)", "$1*******");

0 commit comments

Comments
 (0)