Skip to content

Commit f48a73f

Browse files
committed
SWS-406
1 parent a9de688 commit f48a73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docbkx/server.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,7 @@ public class MarshallingOrderEndpoint extends AbstractMarshallingPayloadEndpoint
647647
648648
private final OrderService orderService;
649649
650-
public SampleMarshallingEndpoint(OrderService orderService, Marshaller marshaller) {
650+
public MarshallingOrderEndpoint(OrderService orderService, Marshaller marshaller) {
651651
super(marshaller);
652652
this.orderService = orderService;
653653
}

0 commit comments

Comments
 (0)