mirror of
https://github.com/google/nomulus
synced 2026-07-27 10:32:40 +00:00
Inject RdapAuthorization
We currently create it from injected arguments, and pass it to every function. Instead, we just create a provider for it and inject it where needed. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=247072517
This commit is contained in:
@@ -79,8 +79,7 @@ public class RdapEntityAction extends RdapActionBase {
|
||||
Optional.empty(),
|
||||
rdapWhoisServer,
|
||||
now,
|
||||
OutputDataType.FULL,
|
||||
getAuthorization());
|
||||
OutputDataType.FULL);
|
||||
}
|
||||
}
|
||||
Long ianaIdentifier = Longs.tryParse(pathSearchString);
|
||||
|
||||
Reference in New Issue
Block a user