1
0
mirror of https://github.com/google/nomulus synced 2026-01-09 07:33:42 +00:00

Fix a typo (#689)

This commit is contained in:
Lai Jiang
2020-07-15 10:39:11 -04:00
committed by GitHub
parent 1aa1f351bf
commit 47f65f70ab

View File

@@ -89,7 +89,7 @@ public abstract class RdeModule {
@Provides
@Parameter(PARAM_LENIENT)
static boolean provideLenient(HttpServletRequest req) {
return extractBooleanParameter(req, PARAM_REVISION);
return extractBooleanParameter(req, PARAM_LENIENT);
}
@Provides