Fix compile issue from previous commit

This commit is contained in:
Rossen Stoyanchev
2017-12-11 16:37:11 -05:00
parent 76dcde9e31
commit f736b665bd

View File

@@ -197,7 +197,7 @@ public class StompHeaderAccessor extends SimpMessageHeaderAccessor {
}
StompCommand command = getCommand();
if (command == null) {
command = StompCommand.SEND
command = StompCommand.SEND;
setHeader(COMMAND_HEADER, command);
}
else if (!command.equals(StompCommand.SEND)) {