Make append error explicit

pull/149/head
M66B 6 years ago
parent d5a2e09eae
commit 798e65cda5

@ -2219,7 +2219,7 @@ public class ServiceSynchronize extends LifecycleService {
}
if (uid < 0)
throw new MessageRemovedException("uid not found");
throw new IllegalArgumentException("uid not found");
return uid;
}

Loading…
Cancel
Save