mirror of
https://github.com/google/nomulus.git
synced 2025-05-15 08:57:12 +02:00
Clean up stray commented code in ExpandRecurringBillingEventsAction
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=143696298
This commit is contained in:
parent
a2bc05d1cd
commit
8b297fa099
1 changed files with 0 additions and 7 deletions
|
@ -167,13 +167,6 @@ public class ExpandRecurringBillingEventsAction implements Runnable {
|
|||
Iterable<OneTime> oneTimesForDomain = ofy().load()
|
||||
.type(OneTime.class)
|
||||
.ancestor(recurring.getParentKey().getParent());
|
||||
/*
|
||||
.ancestor(loadByForeignKey(
|
||||
DomainResource.class,
|
||||
recurring.getTargetId(),
|
||||
// Whether or not a domain currently exists, it always exists one millisecond
|
||||
// before the recurrence end time.
|
||||
recurring.getRecurrenceEndTime().minusMillis(1))); */
|
||||
|
||||
// Determine the billing times that already have OneTime events persisted.
|
||||
ImmutableSet<DateTime> existingBillingTimes =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue