We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88ebaab commit f2448e9Copy full SHA for f2448e9
spring-batch-core/src/main/java/org/springframework/batch/core/job/builder/JobBuilderHelper.java
@@ -237,7 +237,7 @@ protected void enhance(AbstractJob job) {
237
238
String description = properties.getDescription();
239
if (description != null) {
240
- job.setDescription(properties.description);
+ job.setDescription(description);
241
}
242
243
List<JobExecutionListener> listeners = properties.getJobExecutionListeners();
0 commit comments