mirror of
https://github.com/google/nomulus.git
synced 2025-08-12 04:29:39 +02:00
Fix a typo (#689)
This commit is contained in:
parent
398ababba8
commit
88b8b154cd
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ public abstract class RdeModule {
|
||||||
@Provides
|
@Provides
|
||||||
@Parameter(PARAM_LENIENT)
|
@Parameter(PARAM_LENIENT)
|
||||||
static boolean provideLenient(HttpServletRequest req) {
|
static boolean provideLenient(HttpServletRequest req) {
|
||||||
return extractBooleanParameter(req, PARAM_REVISION);
|
return extractBooleanParameter(req, PARAM_LENIENT);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Provides
|
@Provides
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue