parent
447edd2c4e
commit
3e7863d4b4
|
|
@ -303,7 +303,7 @@ public class UndertowEmbeddedServletContainer implements EmbeddedServletContaine
|
||||||
|
|
||||||
private final Predicate maxContentSize;
|
private final Predicate maxContentSize;
|
||||||
|
|
||||||
public MaxSizePredicate(int size) {
|
MaxSizePredicate(int size) {
|
||||||
this.maxContentSize = Predicates.maxContentSize(size);
|
this.maxContentSize = Predicates.maxContentSize(size);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue