mirror of
https://github.com/google/nomulus.git
synced 2025-05-31 17:54:08 +02:00
Centralize PARAM_YEAR_MONTH into RequestParameters
Overall this ends up being nicer. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=181782569
This commit is contained in:
parent
264b4be966
commit
635edd0fb9
5 changed files with 11 additions and 6 deletions
|
@ -43,7 +43,6 @@ public final class BillingModule {
|
|||
public static final String INVOICES_DIRECTORY = "invoices";
|
||||
|
||||
static final String PARAM_JOB_ID = "jobId";
|
||||
static final String PARAM_YEAR_MONTH = "yearMonth";
|
||||
static final String BILLING_QUEUE = "billing";
|
||||
static final String CRON_QUEUE = "retryable-cron-tasks";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue