1
0
mirror of https://github.com/google/nomulus synced 2026-02-05 20:41:08 +00:00
Files
nomulus/java/google/registry
mcilwain ae2c1071f1 Change from ES6 Map to old-fashioned object
This fixes the Kokoro tests broken by []

Unfortunately this means that the return type changes from a Map to an Object as well,
so all of the .get() lines need to turn into [].  Yay weakly typed languages. And
apparently in some error conditions this method could already return the Object type
anyway, even if you passed in a Map, so it's just poorly designed.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=213808477
2018-09-20 11:19:36 -04:00
..
2018-09-14 21:34:44 -04:00
2018-08-10 13:44:25 -04:00
2018-07-14 01:37:03 -04:00
2018-09-14 12:01:08 -04:00