BATCH-7: Remove transaction synchronization and state management from input/output sources (formerly buffering)

http://jira.springframework.org/browse/BATCH-7

Moved ItemStream to item package
This commit is contained in:
dsyer
2008-01-30 18:01:07 +00:00
parent a2117e4f22
commit 11708012b5
48 changed files with 100 additions and 105 deletions

View File

@@ -19,7 +19,7 @@ import java.util.Properties;
import junit.framework.TestCase;
import org.springframework.batch.stream.GenericStreamContext;
import org.springframework.batch.item.stream.GenericStreamContext;
/**
* @author Dave Syer