diff --git a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/support/PassthroughItemProcessor.java b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/support/PassThroughItemProcessor.java similarity index 94% rename from spring-batch-infrastructure/src/main/java/org/springframework/batch/item/support/PassthroughItemProcessor.java rename to spring-batch-infrastructure/src/main/java/org/springframework/batch/item/support/PassThroughItemProcessor.java index e38afcd62..d0ba048c0 100644 --- a/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/support/PassthroughItemProcessor.java +++ b/spring-batch-infrastructure/src/main/java/org/springframework/batch/item/support/PassThroughItemProcessor.java @@ -27,7 +27,7 @@ import org.springframework.batch.item.ItemProcessor; * @author Dave Syer * */ -public class PassthroughItemProcessor implements ItemProcessor { +public class PassThroughItemProcessor implements ItemProcessor { /** * Just returns the item back to the caller.