Fix typo in log message

Resolves BATCH-2782

(cherry picked from commit 30365edf58)
This commit is contained in:
Saikat Bhadra
2019-01-29 06:16:23 +01:00
committed by Mahmoud Ben Hassine
parent 9e31c42c03
commit bf06ca5438

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2006-2018 the original author or authors.
* Copyright 2006-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -358,7 +358,7 @@ InitializingBean {
try {
listener.afterJob(execution);
} catch (Exception e) {
logger.error("Exception encountered in afterStep callback", e);
logger.error("Exception encountered in afterJob callback", e);
}
jobRepository.update(execution);