mirror of
https://github.com/google/nomulus.git
synced 2025-06-08 21:44:44 +02: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:
parent
5308b5d29a
commit
d29d43a9bb
10 changed files with 70 additions and 102 deletions
|
@ -69,7 +69,6 @@ public class RdapDomainAction extends RdapActionBase {
|
|||
domainBase.get(),
|
||||
rdapWhoisServer,
|
||||
now,
|
||||
OutputDataType.FULL,
|
||||
getAuthorization());
|
||||
OutputDataType.FULL);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue