INT-1471, more polishing

This commit is contained in:
Oleg Zhurakousky
2010-10-14 20:17:01 -04:00
parent 966c4ef6bc
commit 94d08d327f

View File

@@ -191,7 +191,6 @@ public abstract class AbstractInboundTwitterEndpointSupport<T> extends AbstractE
void run(C t, Twitter twitter) throws Exception;
}
@Override
public void setShouldTrack(boolean shouldTrack) {
this.historyWritingPostProcessor.setShouldTrack(shouldTrack);
}