Commit 3e7863d4 authored by Phillip Webb's avatar Phillip Webb

Fix checkstyle issue

See gh-4769
parent 447edd2c
...@@ -303,7 +303,7 @@ public class UndertowEmbeddedServletContainer implements EmbeddedServletContaine ...@@ -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);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment