mirror of
https://github.com/google/nomulus
synced 2026-01-05 04:56:03 +00:00
It's valid for the auth data to be null (although it only happens 10 times across our entire registry), so the domain update flow should not fail out with a NullPointerException when the existing state of the data is null and the update isn't adding that data either. BUG=http://b/359264787