mirror of
https://github.com/google/nomulus
synced 2026-08-15 11:46:08 +00:00
Change the rotatePrimaryCert field in CreateOrUpdateRegistrarCommand from object Boolean to primitive boolean. Since the field is initialized to default false and used as a presence-based switch without tri-state semantics, primitive boolean accurately reflects its behavior and avoids unnecessary object wrapper overhead. BUG= http://b/537308816