mirror of
https://github.com/google/nomulus.git
synced 2025-08-19 07:54:09 +02:00
* Fix copy causing premature hash calculation The creation of a builder to set the DomainContent repo id in DomainHistory triggers an equality check which causes the hash code of an associated transfer data object to be calculated prematurely, before the Ofy keys are reconstituted. Replace this with a simple setter, which is acceptible in this case because the object is being loaded and is considered to be not fully constructed yet. * Do setRepoId() in Contact and Host history Not essential for these as far as we know, but it's safer and more consistent. * Fixed typos |
||
---|---|---|
.. | ||
gradle/dependency-locks | ||
src | ||
WEB-INF/appengine-generated | ||
build.gradle | ||
Dockerfile |