Remove bean post processor warning

This commit is contained in:
Henning Poettker
2022-11-20 19:01:20 +01:00
parent e5b4db36f7
commit b8f5b0a1dc
5 changed files with 9 additions and 9 deletions

View File

@@ -38,7 +38,7 @@ in the following example:
[source,java]
----
public TaskBatchExecutionListenerBeanPostProcessor batchTaskExecutionListenerBeanPostProcessor() {
public static TaskBatchExecutionListenerBeanPostProcessor batchTaskExecutionListenerBeanPostProcessor() {
TaskBatchExecutionListenerBeanPostProcessor postProcessor =
new TaskBatchExecutionListenerBeanPostProcessor();