Skip answered operation in send service

This commit is contained in:
M66B 2019-07-13 12:47:22 +02:00
parent 96be1c9bf6
commit 7a1ccd4db0
1 changed files with 4 additions and 0 deletions

View File

@ -144,6 +144,10 @@ public class ServiceSend extends LifecycleService {
send(message);
break;
case EntityOperation.ANSWERED:
// This will be fixed when synchronizing the message
break;
default:
throw new IllegalArgumentException("Unknown operation=" + op.name);
}