google-nomulus/java/google/registry/model/registry
mcilwain 48a1bacbb0 Get rid of the delete() method on ReservedList
It wasn't being used by any actual code, and having helper methods handling
saving/persistence on entities like this is not a pattern we want to encourage,
since it hides Datastore transactions from further up in the call chain. The
idea is that you can always look for ofy() calls in the same layer of code to
see where persisted data is being changed.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=143036027
2017-01-09 11:59:04 -05:00
..
label Get rid of the delete() method on ReservedList 2017-01-09 11:59:04 -05:00
Registries.java Preserve test logs and test summary output for Kokoro CI runs 2016-10-14 16:57:43 -04:00
Registry.java Add @ReportedOn annotation for BigQuery exports 2016-12-19 11:09:11 -05:00