mirror of
https://github.com/google/nomulus
synced 2026-02-03 03:22:26 +00:00
* Add some missing @Nullables and types Also deletes two unused VKey.createOfy() methods that simply don't work, because a kind and an id is not enough to create a Datastore key; you also need the full entity group inheritance chain for entities that are not roots themselves (which is most of the entities in our schema). * Merge branch 'master' into add-missing-nullables * Throw UnsupportedOperationException for contacts/hosts too * Merge branch 'master' into add-missing-nullables