Fix enum name

This commit is contained in:
nicksavers 2014-11-03 17:37:49 +01:00
parent a112183442
commit 16a5094717
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ public class MessageFactory {
switch (receivedCommand) {
case STATUS:
break;
case MESSAGES:
case MESSAGE:
break;
case ADD_FILTER:
break;