Fix compile issue from previous commit
This commit is contained in:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user