mirror of
https://github.com/google/nomulus
synced 2026-01-08 15:21:46 +00:00
Remove trailing whitespace in files
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=135386752
This commit is contained in:
@@ -161,7 +161,7 @@ public class DomainCreateFlow extends DomainCreateOrAllocateFlow {
|
||||
.setParent(historyEntry)
|
||||
.build();
|
||||
ofy().save().entity(createEvent);
|
||||
|
||||
|
||||
// Bill for EAP cost, if any.
|
||||
if (!commandOperations.getEapCost().isZero()) {
|
||||
BillingEvent.OneTime eapEvent =
|
||||
|
||||
@@ -32,7 +32,7 @@ public interface RegistryExtraFlowLogic {
|
||||
public List<String> getExtensionFlags(
|
||||
DomainResource domainResource, String clientId, DateTime asOfDate);
|
||||
|
||||
/** Computes the expected creation fee, for use in fee challenges and the like. */
|
||||
/** Computes the expected creation fee, for use in fee challenges and the like. */
|
||||
public BaseFee getCreateFeeOrCredit(
|
||||
String domainName,
|
||||
String clientId,
|
||||
@@ -63,7 +63,7 @@ public interface RegistryExtraFlowLogic {
|
||||
EppInput eppInput,
|
||||
HistoryEntry historyEntry) throws EppException;
|
||||
|
||||
/** Computes the expected renewal fee, for use in fee challenges and the like. */
|
||||
/** Computes the expected renewal fee, for use in fee challenges and the like. */
|
||||
public BaseFee getRenewFeeOrCredit(
|
||||
DomainResource domain,
|
||||
String clientId,
|
||||
@@ -106,7 +106,7 @@ public interface RegistryExtraFlowLogic {
|
||||
EppInput eppInput,
|
||||
HistoryEntry historyEntry) throws EppException;
|
||||
|
||||
/** Computes the expected update fee, for use in fee challenges and the like. */
|
||||
/** Computes the expected update fee, for use in fee challenges and the like. */
|
||||
public BaseFee getUpdateFeeOrCredit(
|
||||
DomainResource domain,
|
||||
String clientId,
|
||||
|
||||
@@ -48,7 +48,7 @@ public class RegistryExtraFlowLogicProxy {
|
||||
return newInstanceForTld(domain.getTld());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public static Optional<RegistryExtraFlowLogic>
|
||||
newInstanceForTld(String tld) throws EppException {
|
||||
if (extraLogicOverrideMap.containsKey(tld)) {
|
||||
|
||||
@@ -256,7 +256,7 @@ public final class TldSpecificLogicProxy {
|
||||
} else {
|
||||
feeOrCredit = Fee.create(Money.zero(registry.getCurrency()).getAmount(), FeeType.UPDATE);
|
||||
}
|
||||
|
||||
|
||||
return new EppCommandOperations(currency, feeOrCredit);
|
||||
}
|
||||
|
||||
@@ -268,7 +268,7 @@ public final class TldSpecificLogicProxy {
|
||||
/**
|
||||
* Checks whether a {@link Create} command has a valid {@link LrpToken} for a particular TLD, and
|
||||
* return that token (wrapped in an {@link Optional}) if one exists.
|
||||
*
|
||||
*
|
||||
* <p>This method has no knowledge of whether or not an auth code (interpreted here as an LRP
|
||||
* token) has already been checked against the reserved list for QLP (anchor tenant), as auth
|
||||
* codes are used for both types of registrations.
|
||||
|
||||
Reference in New Issue
Block a user