mirror of
https://github.com/google/nomulus
synced 2026-04-20 16:20:50 +00:00
* Populate the contact in ContactHistory objects created in Contact flows Minimal interesting changes here - a bit of reconstruction in ContactHistory to get the repo ID from the key - making the History revision ID Long instead of long so that it can be null in non-built intermediate entities - adding a copyFrom(HistoryEntry.Builder) method in HistoryEntry.Builder so that we don't need to allocate quite as many unnecessary IDs, i.e. removing the .build() lines in provideContactHistory and provideDomainHistory