mirror of
https://github.com/google/nomulus
synced 2026-01-07 22:15:30 +00:00
Daggerize ExportSnapshotServlet and CheckSnapshotServlet
Eradicate the last remnants of un-injectable servlets! ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=145598002
This commit is contained in:
@@ -76,7 +76,7 @@ public abstract class DnsModule {
|
||||
}
|
||||
|
||||
@Provides
|
||||
@Parameter("name")
|
||||
@Parameter("domainOrHostName")
|
||||
static String provideName(HttpServletRequest req) {
|
||||
return extractRequiredParameter(req, "name");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user