mirror of
https://github.com/google/nomulus.git
synced 2025-06-27 06:44:51 +02:00
Refactor RDE import stuff into its own rde.imports package
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=141566236
This commit is contained in:
parent
58b7babc2b
commit
a56a0677ba
66 changed files with 97 additions and 9248 deletions
|
@ -28,7 +28,7 @@ import org.joda.time.DateTime;
|
|||
/**
|
||||
* Dagger module for RDE package.
|
||||
*
|
||||
* @see "google.registry.module.backend.BackendComponent"
|
||||
* @see "google.registry.module.backend.BackendRequestComponent"
|
||||
*/
|
||||
@Module
|
||||
public final class RdeModule {
|
||||
|
@ -53,10 +53,4 @@ public final class RdeModule {
|
|||
static Queue provideQueueRdeReport() {
|
||||
return getQueue("rde-report");
|
||||
}
|
||||
|
||||
@Provides
|
||||
@Parameter(PATH)
|
||||
static String providePath(HttpServletRequest req) {
|
||||
return RequestParameters.extractRequiredParameter(req, PATH);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue