Skip to content

Commit b149eac

Browse files
committed
SWS-195
1 parent ec66469 commit b149eac

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

core/src/main/java/org/springframework/ws/soap/SoapFault.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@ public interface SoapFault extends SoapElement {
4545
void setFaultActorOrRole(String faultActor);
4646

4747
/**
48-
* Creates an optional <code>SoapFaultDetail</code> object and assigns it to this fault.
48+
* Returns the optional detail element for this <code>SoapFault</code>.
4949
*
50-
* @return the created detail
50+
* @return a fault detail
5151
*/
5252
SoapFaultDetail getFaultDetail();
5353

5454
/**
55-
* Returns the optional detail element for this <code>SoapFault</code>.
55+
* Creates an optional <code>SoapFaultDetail</code> object and assigns it to this fault.
5656
*
57-
* @return a fault detail
57+
* @return the created detail
5858
*/
5959
SoapFaultDetail addFaultDetail();
6060
}

0 commit comments

Comments
 (0)