mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Spring Cleaning in December
- Delete unused imports - Delete unused code - Clean up warnings
This commit is contained in:
@@ -207,7 +207,6 @@ public class DefaultLobHandler extends AbstractLobHandler {
|
||||
}
|
||||
|
||||
@Override
|
||||
@SuppressWarnings("resource")
|
||||
public LobCreator getLobCreator() {
|
||||
return (this.createTemporaryLob ? new TemporaryLobCreator() : new DefaultLobCreator());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user