File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
core/src/main/java/org/springframework/ws/soap Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments