Skip to content

Commit e32e239

Browse files
committed
typo
1 parent 5bf304e commit e32e239

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jdbc-v2/src/main/java/com/clickhouse/jdbc/internal/ExceptionUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public final class ExceptionUtils {
2424
public static final String SQL_STATE_INVALID_SCHEMA = "3F000";
2525
public static final String SQL_STATE_INVALID_TX_STATE = "25000";
2626
public static final String SQL_STATE_DATA_EXCEPTION = "22000";
27-
// Used only when feature is no supported
27+
// Used only when feature is not supported
2828
public static final String SQL_STATE_FEATURE_NOT_SUPPORTED = "0A000";
2929
// Used only when method is called on wrong object type (for example, PreparedStatement.addBatch(String))
3030
public static final String SQL_STATE_WRONG_OBJECT_TYPE = "42809";

0 commit comments

Comments
 (0)