polishing, removed warning message

This commit is contained in:
Oleg Zhurakousky
2011-01-21 12:29:16 -05:00
parent 8cf0c559d6
commit aaccf6ff26

View File

@@ -122,6 +122,7 @@ public class PollingConsumerEndpointTests {
verify(channelMock);
}
@SuppressWarnings("deprecation")
@Test
public void multipleMessagesWithPollerMetadata() {
expect(channelMock.receive()).andReturn(message).times(5);