[BATCH-430] Created an item.adapter package and moved adapter implementations there.

This commit is contained in:
nebhale
2008-03-07 13:27:40 +00:00
parent 125fcd8e9c
commit b2396b3ef4
12 changed files with 21 additions and 14 deletions

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.batch.item.reader;
package org.springframework.batch.item.adapter;
import org.springframework.batch.item.ExecutionContext;
import org.springframework.batch.item.ItemReader;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.batch.item.writer;
package org.springframework.batch.item.adapter;
import org.springframework.batch.item.ClearFailedException;
import org.springframework.batch.item.FlushFailedException;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.batch.item.writer;
package org.springframework.batch.item.adapter;
import org.springframework.batch.item.ClearFailedException;
import org.springframework.batch.item.FlushFailedException;

View File

@@ -0,0 +1,7 @@
<html>
<body>
<p>
Adapters for Plain Old Java Objects.
</p>
</body>
</html>

View File

@@ -113,7 +113,7 @@ public class ResourceLineReader extends ItemStreamSupport implements LineReader,
*
* @return a String.
*
* @see org.springframework.batch.item.reader.support.ItemReader#read()
* @see org.springframework.batch.item.adapter.support.ItemReader#read()
*/
public synchronized Object read() {
// Make a copy of the recordSeparatorPolicy reference, in case it is