fix 2 warnings
This commit is contained in:
parent
f278923c60
commit
4fce4b1384
|
@ -104,7 +104,6 @@ public class StandardRowReader<T> implements RowReader<T> {
|
|||
initializers.finishUpRow( rowProcessingState );
|
||||
}
|
||||
|
||||
@SuppressWarnings("ForLoopReplaceableByForEach")
|
||||
private void coordinateInitializers(RowProcessingState rowProcessingState) {
|
||||
initializers.resolveKeys( rowProcessingState );
|
||||
initializers.resolveInstances( rowProcessingState );
|
||||
|
@ -112,7 +111,6 @@ public class StandardRowReader<T> implements RowReader<T> {
|
|||
}
|
||||
|
||||
@Override
|
||||
@SuppressWarnings("ForLoopReplaceableByForEach")
|
||||
public void finishUp(JdbcValuesSourceProcessingState processingState) {
|
||||
initializers.endLoading( processingState.getExecutionContext() );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue