mirror of
https://github.com/google/nomulus.git
synced 2025-05-13 07:57:13 +02:00
Remove outdated regtype comment
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=126416855
This commit is contained in:
parent
38bd9d7b4d
commit
bb87b6e74f
1 changed files with 0 additions and 1 deletions
|
@ -114,7 +114,6 @@ public final class TldSpecificLogicEngine {
|
||||||
*/
|
*/
|
||||||
public static EppCommandOperations getRenewPrice(
|
public static EppCommandOperations getRenewPrice(
|
||||||
Registry registry, String domainName, DateTime date, int years) {
|
Registry registry, String domainName, DateTime date, int years) {
|
||||||
// TODO(mmuller): add registration type.
|
|
||||||
DomainPrices prices = getPricesForDomainName(domainName, date);
|
DomainPrices prices = getPricesForDomainName(domainName, date);
|
||||||
return new EppCommandOperations(
|
return new EppCommandOperations(
|
||||||
registry.getCurrency(),
|
registry.getCurrency(),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue