mirror of
https://github.com/google/nomulus
synced 2026-02-03 11:32:24 +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:
@@ -96,6 +96,6 @@ public class BatchModule {
|
||||
@Provides
|
||||
@Parameter(PARAM_RESAVE_TIMES)
|
||||
static ImmutableSet<DateTime> provideResaveTimes(HttpServletRequest req) {
|
||||
return extractSetOfDatetimeParameters(req, PARAM_RESAVE_TIMES, null);
|
||||
return extractSetOfDatetimeParameters(req, PARAM_RESAVE_TIMES);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user