mirror of
https://github.com/google/nomulus
synced 2026-01-09 15:43:52 +00:00
* Replace with stringify() and VKey.create(string) * Convert implicit cases of VKey.fromWebsafeKey(string) * Convert from Key to VKey to use stringify() * Modify existing code to show correct string representation of a key * Use VKey.create(websafeKey) to get ofy key in ResaveEntitiesCommand * Add TODO note in CommitLogMutation and determine if key string should be modified * Revert from stringify() to getOfyKey().getString() * Add bug ids to TODOs