mirror of
https://github.com/google/nomulus
synced 2026-03-27 12:55:28 +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