mirror of
https://github.com/google/nomulus.git
synced 2025-07-03 01:33:29 +02:00
Fix @VisibleForTesting given the newly deployed enforcement
Generated code is now also covered by @VisibleForTesting, including Dagger @Inject This CL is a cleanup of auto-generated code by ghm@ from the Error Prone team ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=228748874
This commit is contained in:
parent
8bde7285bf
commit
c74ffd7559
15 changed files with 11 additions and 24 deletions
|
@ -562,7 +562,6 @@ public class Registry extends ImmutableObject implements Buildable {
|
|||
* domain renewal, and all derived costs (i.e. autorenews, transfers, and the per-domain part of a
|
||||
* restore cost).
|
||||
*/
|
||||
@VisibleForTesting
|
||||
public Money getStandardRenewCost(DateTime now) {
|
||||
return renewBillingCostTransitions.getValueAtTime(now);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue