Fix enum name
This commit is contained in:
parent
a112183442
commit
16a5094717
|
@ -63,7 +63,7 @@ public class MessageFactory {
|
|||
switch (receivedCommand) {
|
||||
case STATUS:
|
||||
break;
|
||||
case MESSAGES:
|
||||
case MESSAGE:
|
||||
break;
|
||||
case ADD_FILTER:
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue