Skip to content

Commit 45cf684

Browse files
committed
BATCH-2161: Update comment on ScopeConfiguration to match the actual code
1 parent 202ecec commit 45cf684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-batch-core/src/main/java/org/springframework/batch/core/configuration/annotation/AbstractBatchConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ protected BatchConfigurer getConfigurer(Collection<BatchConfigurer> configurers)
118118
}
119119

120120
/**
121-
* Extract step scope configuration into a separate unit so that it can be non-static.
121+
* Extract job/step scope configuration into a separate unit.
122122
*
123123
* @author Dave Syer
124124
*

0 commit comments

Comments
 (0)