1
0
mirror of https://github.com/google/nomulus synced 2026-04-06 01:29:26 +00:00
Files
nomulus/java/google/registry/request/Modules.java
mcilwain a6db24c8bb Fix NullPointerException in group syncing
We were trying to set the scopes too early in the creation of a
GoogleCredential.  They aren't yet known at this point in the code and should be
an empty collection (and also not null, which yields an NPE).

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=132477868
2016-09-14 15:25:07 -04:00

9.2 KiB