Incorrect JavaDoc for Methods returning JobFlowBuilder in JobBuilder #4415
Labels
for: backport-to-4.3.x
Issues that will be back-ported to the 4.3.x line
for: backport-to-5.0.x
Issues that will be back-ported to the 5.0.x line
in: documentation
type: bug
Milestone
The JavaDoc links to SimpleJobBuilder but the method returns JobFlowBuilder:
https://github.com/spring-projects/spring-batch/blob/972951a40af03c9c0553fb4c438f9aaeb1c9f1b5/spring-batch-core/src/main/java/org/springframework/batch/core/job/builder/JobBuilder.java#L65C8-L65C8
https://github.com/spring-projects/spring-batch/blob/972951a40af03c9c0553fb4c438f9aaeb1c9f1b5/spring-batch-core/src/main/java/org/springframework/batch/core/job/builder/JobBuilder.java#L74C5-L74C5
If its not intended, I could create a PR.
The text was updated successfully, but these errors were encountered: