mirror of
https://github.com/google/nomulus
synced 2026-07-19 22:42:23 +00:00
Simplify the use of the fee extension a little
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=133149148
This commit is contained in:
@@ -29,7 +29,7 @@ public class FeeCheckCommandExtensionItemV06
|
||||
String name;
|
||||
|
||||
CurrencyUnit currency;
|
||||
|
||||
|
||||
@Override
|
||||
public boolean isDomainNameSupported() {
|
||||
return true;
|
||||
@@ -40,11 +40,6 @@ public class FeeCheckCommandExtensionItemV06
|
||||
return name;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isCurrencySupported() {
|
||||
return true;
|
||||
}
|
||||
|
||||
@Override
|
||||
public CurrencyUnit getCurrency() {
|
||||
return currency;
|
||||
|
||||
Reference in New Issue
Block a user