We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9de688 commit f48a73fCopy full SHA for f48a73f
src/docbkx/server.xml
@@ -647,7 +647,7 @@ public class MarshallingOrderEndpoint extends AbstractMarshallingPayloadEndpoint
647
648
private final OrderService orderService;
649
650
- public SampleMarshallingEndpoint(OrderService orderService, Marshaller marshaller) {
+ public MarshallingOrderEndpoint(OrderService orderService, Marshaller marshaller) {
651
super(marshaller);
652
this.orderService = orderService;
653
}
0 commit comments