Skip to content

Commit 38ada5e

Browse files
committed
SWS-782 - DefaultMethodEndpointAdapter.JDOM_CLASS_NAME must be updated to "org.jdom2.Element"
1 parent 62602a1 commit 38ada5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/src/main/java/org/springframework/ws/server/endpoint/adapter/DefaultMethodEndpointAdapter.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2005-2011 the original author or authors.
2+
* Copyright 2005-2012 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -55,7 +55,7 @@ public class DefaultMethodEndpointAdapter extends AbstractMethodEndpointAdapter
5555

5656
private static final String JAXB2_CLASS_NAME = "javax.xml.bind.Binder";
5757

58-
private static final String JDOM_CLASS_NAME = "org.jdom.Element";
58+
private static final String JDOM_CLASS_NAME = "org.jdom2.Element";
5959

6060
private static final String STAX_CLASS_NAME = "javax.xml.stream.XMLInputFactory";
6161

0 commit comments

Comments
 (0)