diff --git a/core/src/main/java/org/springframework/ws/soap/SoapBody.java b/core/src/main/java/org/springframework/ws/soap/SoapBody.java index 6fd31058..115da24f 100644 --- a/core/src/main/java/org/springframework/ws/soap/SoapBody.java +++ b/core/src/main/java/org/springframework/ws/soap/SoapBody.java @@ -74,7 +74,7 @@ public interface SoapBody extends SoapElement { SoapFault addClientOrSenderFault(String faultStringOrReason, Locale locale) throws SoapFaultException; /** - * Adds a Server/Receiver fault to the body.For SOAP 1.1, this adds a fault with a + * Adds a Server/Receiver fault to the body. For SOAP 1.1, this adds a fault with a * Server fault code. For SOAP 1.2, this adds a fault with a Receiver code. *

* Adding a fault removes the current content of the body.