mirror of
https://github.com/google/nomulus
synced 2026-01-08 23:23:32 +00: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:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user