Skip to content

Commit 7435503

Browse files
committed
fixed comment
1 parent 52c6e6b commit 7435503

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jdbc-v2/src/main/java/com/clickhouse/jdbc/PreparedStatementImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public class PreparedStatementImpl extends StatementImpl implements PreparedStat
7777

7878
private ResultSetMetaData resultSetMetaData = null;
7979

80-
// Detects if any of the arguments is withing function parameters
80+
// Detects if any of the arguments is within function parameters
8181
static final Pattern FUNC_DETECT_REGEXP = Pattern.compile(
8282
"\\b(?!values?\\b)[A-Za-z_]\\w*\\([^)]*\\?[^)]*\\)",
8383
Pattern.CASE_INSENSITIVE);

0 commit comments

Comments
 (0)