mirror of
https://github.com/google/nomulus
synced 2026-01-04 04:04:22 +00:00
* Fix error handling in CopyDetailReportsAction The action tries to record errors per registrar in an ImmutableMap, without realizing that there may be duplicate keys due to retries. Switched to the `buildKeepingLast` method to build the map. * Addressing comments and rebase