Skip to content

Commit c96757b

Browse files
authored
fix spelling mistakes
1 parent 4637312 commit c96757b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jdbc-v2/src/main/java/com/clickhouse/jdbc/metadata/ResultSetMetaData.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,6 @@ public boolean isDefinitelyWritable(int column) throws SQLException {
165165

166166
@Override
167167
public String getColumnClassName(int column) throws SQLException {
168-
throw null;
168+
return null;
169169
}
170170
}

0 commit comments

Comments
 (0)