Ratpack: Release note and typo fix

This commit is contained in:
Jonathan Leitschuh
2021-05-11 22:29:12 -04:00
parent 901631ceb8
commit af90b00e63
2 changed files with 4 additions and 2 deletions

View File

@@ -31,8 +31,8 @@ abstract private class FluentLambdaMethod extends Method {
predicate doesReturnTaint(int arg) { none() }
}
private class RatpackPromiseProviderethod extends Method, FluentLambdaMethod {
RatpackPromiseProviderethod() { isStatic() and hasName(["flatten", "sync"]) }
private class RatpackPromiseProviderMethod extends Method, FluentLambdaMethod {
RatpackPromiseProviderMethod() { isStatic() and hasName(["flatten", "sync"]) }
override predicate consumesTaint(int methodArg, int lambdaArg) { none() }