Skip to content

Commit 5b1ff96

Browse files
author
Rick Evans
committed
[SWS-131] Fixed typo in package name.
1 parent 2f58f3f commit 5b1ff96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docbkx/server.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -798,7 +798,7 @@ public class AnnotationOrderEndpoint {
798798
</para>
799799
<programlisting><![CDATA[<beans>
800800
<bean id="exceptionResolver"
801-
class="org.springframework.ws.soap.endpoint.SoapFaultMappingExceptionResolver">
801+
class="org.springframework.ws.soap.server.endpoint.SoapFaultMappingExceptionResolver">
802802
<property name="defaultFault" value="SERVER">
803803
</property>
804804
<property name="exceptionMappings">

0 commit comments

Comments
 (0)