This commit is contained in:
Arjen Poutsma
2008-08-01 10:07:24 +00:00
parent a9de6888f9
commit f48a73f56e

View File

@@ -647,7 +647,7 @@ public class MarshallingOrderEndpoint extends AbstractMarshallingPayloadEndpoint
private final OrderService orderService;
public SampleMarshallingEndpoint(OrderService orderService, Marshaller marshaller) {
public MarshallingOrderEndpoint(OrderService orderService, Marshaller marshaller) {
super(marshaller);
this.orderService = orderService;
}