mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix dict
This commit is contained in:
@@ -44,6 +44,6 @@ public class EntityListHandler implements RsHandler<List<Entity>>{
|
||||
|
||||
@Override
|
||||
public List<Entity> handle(ResultSet rs) throws SQLException {
|
||||
return HandleHelper.handleRs(rs, new ArrayList<Entity>(), this.caseInsensitive);
|
||||
return HandleHelper.handleRs(rs, new ArrayList<>(), this.caseInsensitive);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user