Skip to content

Commit 4fa1fe4

Browse files
committed
Updated release info
1 parent 6f6672d commit 4fa1fe4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/docbkx/server.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ public class AnnotationOrderEndpoint {
957957
If any other exception occurs, it will return the default fault: a server-side fault with the exception
958958
message as fault string.
959959
</para>
960-
</section>
960+
</section>
961961
<section>
962962
<title><classname>SoapFaultAnnotationExceptionResolver</classname></title>
963963
<para>
@@ -980,8 +980,6 @@ public class MyBusinessException extends Exception {
980980
super(message);
981981
}
982982
}]]></programlisting>
983-
<para>
984-
</para>
985983
<para>
986984
Whenever the <classname>MyBusinessException</classname> is thrown with the constructor string
987985
<literal>"Oops!"</literal> during endpoint invocation, it will result in the following response:
@@ -994,5 +992,6 @@ public class MyBusinessException extends Exception {
994992
</SOAP-ENV:Fault>
995993
</SOAP-ENV:Body>
996994
</SOAP-ENV:Envelope>]]></programlisting>
995+
</section>
997996
</section>
998997
</chapter>

0 commit comments

Comments
 (0)