mirror of
https://github.com/google/nomulus
synced 2026-05-23 08:11:48 +00:00
This means that attempting to add a status that is already present will now fail, and attempting to remove a status that is not present will also now fail. This also refactors the existing checks into a single verify method, rather than having to call three separate methods from every callsite. BUG= http://b/474645068