BAEL-636: register servlet using java config (#1525)
This commit is contained in:
committed by
Grzegorz Piwowarek
parent
a18d779294
commit
0bc9bfbacb
@@ -33,7 +33,7 @@ public class RootServlet extends ServletHttpHandlerAdapter {
|
||||
.build());
|
||||
}
|
||||
|
||||
private RootServlet(HttpHandler httpHandler) {
|
||||
RootServlet(HttpHandler httpHandler) {
|
||||
super(httpHandler);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user