INT-1471, more polishing, removed unnessesery @Override
This commit is contained in:
committed by
Chris Beams
parent
ede72e4198
commit
2aa39a2d64
@@ -159,7 +159,6 @@ public abstract class AbstractInboundTwitterEndpointSupport<T> extends AbstractE
|
||||
twitterUpdatePollingTask.cancel(true);
|
||||
}
|
||||
|
||||
@Override
|
||||
public Message<?> receive() {
|
||||
Object tweet = tweets.poll();
|
||||
if (tweet != null){
|
||||
|
||||
Reference in New Issue
Block a user