From 396e9e179f4865774e839c5a024586729bbc6b4f Mon Sep 17 00:00:00 2001 From: Iwein Fuld Date: Wed, 5 Nov 2008 10:11:53 +0000 Subject: [PATCH] resolved warning left over earlier --- .../integration/aggregator/MethodInvokingAggregatorTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.springframework.integration/src/test/java/org/springframework/integration/aggregator/MethodInvokingAggregatorTests.java b/org.springframework.integration/src/test/java/org/springframework/integration/aggregator/MethodInvokingAggregatorTests.java index 07a9767bec..24e7a14ede 100644 --- a/org.springframework.integration/src/test/java/org/springframework/integration/aggregator/MethodInvokingAggregatorTests.java +++ b/org.springframework.integration/src/test/java/org/springframework/integration/aggregator/MethodInvokingAggregatorTests.java @@ -21,7 +21,6 @@ import java.util.ArrayList; import java.util.LinkedList; import java.util.List; -import org.junit.Before; import org.junit.Test; import org.springframework.integration.core.Message; @@ -32,6 +31,7 @@ import static org.easymock.EasyMock.*; /** * @author Marius Bogoevici * @author Mark Fisher + * @author Iwein Fuld */ @SuppressWarnings("unchecked") public class MethodInvokingAggregatorTests {