0

code style: tabs -> spaces

This commit is contained in:
2021-01-08 21:00:00 +03:00
parent 16ae1743c7
commit 36fc374356
24 changed files with 1059 additions and 1059 deletions

View File

@@ -5,5 +5,5 @@ import java.sql.SQLException;
public interface ResultSetExtractor<T> {
T extractData(ResultSet rs) throws SQLException, DataAccessException;
T extractData(ResultSet rs) throws SQLException, DataAccessException;
}