INT-1471, more polishing, renamed In/Out adapters to include Receiving/Sending in the class names
This commit is contained in:
committed by
Chris Beams
parent
33a58ae6aa
commit
7733a27ea6
@@ -43,7 +43,7 @@ public class OutboundDirectMessageMessageHandlerTests {
|
||||
.setHeader(TwitterHeaders.DISPLAY_COORDINATES, true)
|
||||
.setHeader(TwitterHeaders.DM_TARGET_USER_ID, "foo");
|
||||
|
||||
OutboundDirectMessageMessageHandler handler = new OutboundDirectMessageMessageHandler();
|
||||
DirectMessageSendingMessageHandler handler = new DirectMessageSendingMessageHandler();
|
||||
handler.setConfiguration(this.getTestConfiguration());
|
||||
handler.afterPropertiesSet();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user