google-nomulus/java
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
..
com/google Add missing dependency on Jackson2 library 2016-12-19 11:09:20 -05:00
google/registry Get rid of the delete() method on ReservedList 2017-01-09 11:59:04 -05:00