Skip to content

Fix incorrect Javadoc reference in JobExecution.isStopped()#5414

Open
leestana01 wants to merge 1 commit into
spring-projects:mainfrom
leestana01:fix-jobexecution-isstopped-javadoc
Open

Fix incorrect Javadoc reference in JobExecution.isStopped()#5414
leestana01 wants to merge 1 commit into
spring-projects:mainfrom
leestana01:fix-jobexecution-isstopped-javadoc

Conversation

@leestana01

Copy link
Copy Markdown

The isStopped() Javadoc refers to {@link StepExecution}, but the method operates on the JobExecution instance (this). The sibling isRunning() and isStopping() methods correctly refer to {@link JobExecution}. Update isStopped() to match.

Javadoc only — no behavior change.

The isStopped() Javadoc referenced StepExecution, whereas the sibling
isRunning() and isStopping() methods correctly refer to JobExecution.

Signed-off-by: leestana01 <leestana01@naver.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant