You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JobContext was created by copying StepContext (as noted in the
@author tag), but the javadoc for close() and getId() was not
updated to reflect the job execution context. This commit fixes
the references from "step execution" to "job execution" and from
StepScope to JobScope.
Signed-off-by: Yunho Jung <a01049048063@gmail.com>
0 commit comments