mirror of
https://github.com/google/nomulus
synced 2026-01-07 05:56:49 +00:00
Add map reduce job for contact import
Some additional changes were made by Ben McIlwain. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=133875824
This commit is contained in:
committed by
Ben McIlwain
parent
aed3c0f0d0
commit
28eeda189d
@@ -34,6 +34,7 @@ import org.joda.time.DateTime;
|
||||
public final class RdeModule {
|
||||
|
||||
static final String PARAM_WATERMARK = "watermark";
|
||||
static final String PATH = "path";
|
||||
|
||||
@Provides
|
||||
@Parameter(PARAM_WATERMARK)
|
||||
@@ -52,4 +53,10 @@ public final class RdeModule {
|
||||
static Queue provideQueueRdeReport() {
|
||||
return getQueue("rde-report");
|
||||
}
|
||||
|
||||
@Provides
|
||||
@Parameter(PATH)
|
||||
static String providePath(HttpServletRequest req) {
|
||||
return RequestParameters.extractRequiredParameter(req, PATH);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user