align PassThrough* naming

This commit is contained in:
dsyer
2009-02-18 08:25:08 +00:00
parent e84c94b307
commit d3f7d537d8

View File

@@ -27,7 +27,7 @@ import org.springframework.batch.item.ItemProcessor;
* @author Dave Syer
*
*/
public class PassthroughItemProcessor<T> implements ItemProcessor<T, T> {
public class PassThroughItemProcessor<T> implements ItemProcessor<T, T> {
/**
* Just returns the item back to the caller.