code style: tabs -> spaces
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user