BAEL-636: register servlet using java config (#1525)

This commit is contained in:
Tian Baoqiang
2017-03-28 19:50:03 +08:00
committed by Grzegorz Piwowarek
parent a18d779294
commit 0bc9bfbacb
2 changed files with 88 additions and 1 deletions
@@ -33,7 +33,7 @@ public class RootServlet extends ServletHttpHandlerAdapter {
.build());
}
private RootServlet(HttpHandler httpHandler) {
RootServlet(HttpHandler httpHandler) {
super(httpHandler);
}