spring-projects / spring-batch

Spring Batch is a framework for writing batch applications using Java and Spring
http://projects.spring.io/spring-batch/
Apache License 2.0
2.63k stars 2.31k forks source link

Fix typo in java-config.adoc #4591

Closed kirkster96 closed 1 month ago

kirkster96 commented 1 month ago

I noticed that on previous pages, methods with return type Job were being annotated with @Bean. I assume this is meant to be a Spring Bean in this example.

Thank you for taking time to contribute this pull request! You might have already read the contributor guide, but as a reminder, please make sure to:

For more details, please check the contributor guide. Thank you upfront!

fmbenhassine commented 1 month ago

Good catch! Merged as b06f90a8995a26907bf81ad7748deaed305604c0. Thank you for the fix.