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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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