removing warnings

This commit is contained in:
Mark Fisher
2011-12-19 16:38:48 -05:00
parent af1d0859d1
commit 5805528faa
4 changed files with 7 additions and 9 deletions

View File

@@ -40,7 +40,6 @@ public class RmiOutboundGatewayParserTests {
private final QueueChannel testChannel = new QueueChannel();
@Before
@SuppressWarnings("deprecation")
public void setupTestInboundGateway() throws Exception {
testChannel.setBeanName("testChannel");
RmiInboundGateway gateway = new RmiInboundGateway();