From 9e37f2b049d8882214ae06a878e71cd2de4ab734 Mon Sep 17 00:00:00 2001 From: robokaso Date: Mon, 18 Feb 2008 10:44:45 +0000 Subject: [PATCH] RESOLVED - issue BATCH-367: When the samples run, all the execution attributes are of type STRING - this must be wrong. http://jira.springframework.org/browse/BATCH-367 organize imports --- .../batch/item/stream/SimpleStreamManagerTests.java | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-batch-infrastructure/src/test/java/org/springframework/batch/item/stream/SimpleStreamManagerTests.java b/spring-batch-infrastructure/src/test/java/org/springframework/batch/item/stream/SimpleStreamManagerTests.java index 52da77670..5dcfffb04 100644 --- a/spring-batch-infrastructure/src/test/java/org/springframework/batch/item/stream/SimpleStreamManagerTests.java +++ b/spring-batch-infrastructure/src/test/java/org/springframework/batch/item/stream/SimpleStreamManagerTests.java @@ -15,7 +15,6 @@ */ package org.springframework.batch.item.stream; -import java.io.Serializable; import java.util.ArrayList; import java.util.Iterator; import java.util.List;