BATCH-216:Added uncommitted class.

This commit is contained in:
lucasward
2007-12-04 19:19:07 +00:00
parent 8741fed125
commit f87e6aa35d

View File

@@ -38,7 +38,7 @@ public class ItemWriterItemProcessor implements ItemProcessor, Restartable, Skip
* By default returns the argument. This method is an extension point
* meant to be overridden by subclasses that implement processing logic.
*/
protected Object doProcess(Object item) {
protected Object doProcess(Object item) throws Exception {
return item;
}