Remove outdated regtype comment

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=126416855
This commit is contained in:
mcilwain 2016-07-01 09:25:41 -07:00 committed by Ben McIlwain
parent 38bd9d7b4d
commit bb87b6e74f

View file

@ -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(),