1
0
mirror of https://github.com/google/nomulus synced 2026-02-06 21:11:34 +00:00

Remove transition code for set of parameter refactoring

None of the logged warnings happened in the last week.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=204307010
This commit is contained in:
guyben
2018-07-12 08:54:19 -07:00
committed by jianglai
parent badda1d407
commit a00cb2237a
6 changed files with 62 additions and 59 deletions

View File

@@ -88,7 +88,7 @@ public class ToolsServerModule {
@Provides
@Parameter(RequestParameters.PARAM_TLDS)
static ImmutableSet<String> provideTlds(HttpServletRequest req) {
return extractSetOfParameters(req, RequestParameters.PARAM_TLDS, RequestParameters.PARAM_TLD);
return extractSetOfParameters(req, RequestParameters.PARAM_TLDS);
}
@Provides