diff --git a/src/docbkx/tutorial.xml b/src/docbkx/tutorial.xml index 983ee0ce..b6c6c598 100644 --- a/src/docbkx/tutorial.xml +++ b/src/docbkx/tutorial.xml @@ -568,7 +568,7 @@ public class HolidayEndpoint extends AbstractJDomPayloadEndpoint { private final HumanResourceService humanResourceService; - public HolidayEndpoint(HumanResourceService humanResourceService) { + public HolidayEndpoint(HumanResourceService humanResourceService) throws JDOMException { this.humanResourceService = humanResourceService; Namespace namespace = Namespace.getNamespace("hr", "http://mycompany.com/hr/schemas"); startDateExpression = XPath.newInstance("//hr:StartDate");