From 3ad5fc573038424df638ece918e2b7bf15e1fd2b Mon Sep 17 00:00:00 2001 From: Arjen Poutsma Date: Wed, 13 May 2009 11:22:34 +0000 Subject: [PATCH] SWS-498 - 3.6.1. Handling the XML Message tutorial with wrong code --- src/docbkx/tutorial.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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");