We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3117dfc commit 3ad5fc5Copy full SHA for 3ad5fc5
src/docbkx/tutorial.xml
@@ -568,7 +568,7 @@ public class HolidayEndpoint extends AbstractJDomPayloadEndpoint {
568
569
private final HumanResourceService humanResourceService;
570
571
- public HolidayEndpoint(HumanResourceService humanResourceService) {
+ public HolidayEndpoint(HumanResourceService humanResourceService) throws JDOMException {
572
this.humanResourceService = humanResourceService;
573
Namespace namespace = Namespace.getNamespace("hr", "http://mycompany.com/hr/schemas");
574
startDateExpression = XPath.newInstance("//hr:StartDate");
0 commit comments