Make append error explicit

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

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

Loading…
Cancel
Save