Skip to content

Commit 9993c05

Browse files
committed
BATCH-2161: Update comment on ScopeConfiguration to match the actual code
(cherry picked from commit 45cf684)
1 parent 4b889f9 commit 9993c05

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
@@ -121,7 +121,7 @@ protected BatchConfigurer getConfigurer(Collection<BatchConfigurer> configurers)
121121
}
122122

123123
/**
124-
* Extract step scope configuration into a separate unit so that it can be non-static.
124+
* Extract job/step scope configuration into a separate unit.
125125
*
126126
* @author Dave Syer
127127
*

0 commit comments

Comments
 (0)