mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-27 13:04:20 +01:00
lint issues with spotless
This commit is contained in:
@@ -372,7 +372,7 @@ public final class JDBC4ResultSet implements ResultSet, ResultSetMetaData {
|
||||
if (columnLabel == null || columnLabel.isEmpty()) {
|
||||
throw new SQLException("column name not found");
|
||||
}
|
||||
|
||||
|
||||
final String[] columnNames = resultSet.getColumnNames();
|
||||
for (int i = 0; i < columnNames.length; i++) {
|
||||
if (columnNames[i].equals(columnLabel)) {
|
||||
|
||||
Reference in New Issue
Block a user