mirror of
https://github.com/google/nomulus.git
synced 2025-05-14 00:17:20 +02: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:
parent
badda1d407
commit
a00cb2237a
6 changed files with 62 additions and 59 deletions
|
@ -59,7 +59,7 @@ public abstract class RdeModule {
|
|||
@Provides
|
||||
@Parameter(PARAM_WATERMARKS)
|
||||
static ImmutableSet<DateTime> provideWatermarks(HttpServletRequest req) {
|
||||
return extractSetOfDatetimeParameters(req, PARAM_WATERMARKS, PARAM_WATERMARK);
|
||||
return extractSetOfDatetimeParameters(req, PARAM_WATERMARKS);
|
||||
}
|
||||
|
||||
@Provides
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue