Corrected Javadoc typo ('messsage' -> 'message').

This commit is contained in:
Rick Evans
2007-04-14 11:56:14 +00:00
parent 27d7f870fc
commit c358a45f8b
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ public interface SoapBody extends SoapElement {
/**
* Returns a <code>Result</code> that represents the contents of the body.
*
* @return the messaage contents
* @return the message contents
*/
Result getPayloadResult();

View File

@@ -40,7 +40,7 @@ public interface SoapMessage extends WebServiceMessage {
SoapEnvelope getEnvelope() throws SoapEnvelopeException;
/**
* Get the SOAP Action for this messaage, or <code>null</code> if not present.
* Get the SOAP Action for this message, or <code>null</code> if not present.
*
* @return the SOAP Action.
*/