Skip to content

Fix incorrect javadoc references in JobContext#5342

Merged
fmbenhassine merged 1 commit into
spring-projects:mainfrom
yunhobb:fix-jobcontext-javadoc
Mar 18, 2026
Merged

Fix incorrect javadoc references in JobContext#5342
fmbenhassine merged 1 commit into
spring-projects:mainfrom
yunhobb:fix-jobcontext-javadoc

Conversation

@yunhobb

@yunhobb yunhobb commented Mar 14, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Fix close() javadoc: "step execution" → "job execution", {@link StepScope}{@link JobScope}
  • Fix getId() javadoc: "step execution" → "job execution"
  • Update import from StepScope to JobScope
  • Update license header year to 2026

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>
@yunhobb yunhobb marked this pull request as ready for review March 14, 2026 17:13
@fmbenhassine fmbenhassine merged commit b532589 into spring-projects:main Mar 18, 2026
1 check passed
@fmbenhassine

Copy link
Copy Markdown
Contributor

Good catch! Thank you for your contribution!

@fmbenhassine fmbenhassine added this to the 6.0.3 milestone Mar 18, 2026
@yunhobb yunhobb deleted the fix-jobcontext-javadoc branch March 18, 2026 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants