Skip to content

Commit 978420b

Browse files
committed
Revert "Add @FunctionalInterface to ChunkProcessor"
This reverts commit a851d71. Signed-off-by: KyeongHoon Lee <[email protected]>
1 parent 30d5f93 commit 978420b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

spring-batch-core/src/main/java/org/springframework/batch/core/step/item/ChunkProcessor.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2006-2025 the original author or authors.
2+
* Copyright 2006-2022 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -22,10 +22,8 @@
2222
/**
2323
* Interface defined for processing {@link org.springframework.batch.item.Chunk}s.
2424
*
25-
* @author Kyeonghoon Lee
2625
* @since 2.0
2726
*/
28-
@FunctionalInterface
2927
public interface ChunkProcessor<I> {
3028

3129
void process(StepContribution contribution, Chunk<I> chunk) throws Exception;

0 commit comments

Comments
 (0)