Skip to content

Commit 3ad5fc5

Browse files
committed
SWS-498 - 3.6.1. Handling the XML Message tutorial with wrong code
1 parent 3117dfc commit 3ad5fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docbkx/tutorial.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ public class HolidayEndpoint extends AbstractJDomPayloadEndpoint {
568568

569569
private final HumanResourceService humanResourceService;
570570

571-
public HolidayEndpoint(HumanResourceService humanResourceService) {
571+
public HolidayEndpoint(HumanResourceService humanResourceService) throws JDOMException {
572572
this.humanResourceService = humanResourceService;
573573
Namespace namespace = Namespace.getNamespace("hr", "http://mycompany.com/hr/schemas");
574574
startDateExpression = XPath.newInstance("//hr:StartDate");

0 commit comments

Comments
 (0)