Skip to content

Commit

Permalink
Merge pull request #2144 from livk-cloud/fix-jdbc-v2-2
Browse files Browse the repository at this point in the history
fix spelling mistakes
  • Loading branch information
chernser authored Feb 12, 2025
2 parents d005298 + c96757b commit 275c754
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,6 @@ public boolean isDefinitelyWritable(int column) throws SQLException {

@Override
public String getColumnClassName(int column) throws SQLException {
throw null;
return null;
}
}

0 comments on commit 275c754

Please sign in to comment.