From 567802effa115b58b6579d89bc048fd7e40b03f1 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Wed, 25 May 2011 15:57:35 -0400 Subject: [PATCH] INT-1916 polishing, removed unused import --- .../integration/file/config/InboundAdapterWithLockersTests.java | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-integration-file/src/test/java/org/springframework/integration/file/config/InboundAdapterWithLockersTests.java b/spring-integration-file/src/test/java/org/springframework/integration/file/config/InboundAdapterWithLockersTests.java index 1706cad1ce..139ac905de 100644 --- a/spring-integration-file/src/test/java/org/springframework/integration/file/config/InboundAdapterWithLockersTests.java +++ b/spring-integration-file/src/test/java/org/springframework/integration/file/config/InboundAdapterWithLockersTests.java @@ -16,7 +16,6 @@ package org.springframework.integration.file.config; import static junit.framework.Assert.assertEquals; -import static junit.framework.Assert.assertNotNull; import static junit.framework.Assert.assertTrue; import org.junit.Test;