[java-opensaml COMMIT] /trunk/opensaml-soap-impl/src/main/java/org/opensaml/soap/soap11/encoder/http/HTTPSOAP11Encode...
noreply at shibboleth.net
noreply at shibboleth.net
Fri Jan 24 15:57:06 EST 2014
Author: scantor
Date: Fri Jan 24 15:57:06 2014
New Revision: 3570
URL: http://svn.shibboleth.net/view/java-opensaml?rev=3570&view=rev
Log:
Fix javadoc warnings
Modified:
trunk/opensaml-soap-impl/src/main/java/org/opensaml/soap/soap11/encoder/http/HTTPSOAP11Encoder.java
Modified: trunk/opensaml-soap-impl/src/main/java/org/opensaml/soap/soap11/encoder/http/HTTPSOAP11Encoder.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-soap-impl/src/main/java/org/opensaml/soap/soap11/encoder/http/HTTPSOAP11Encoder.java?rev=3570&r1=3569&r2=3570&view=diff
==============================================================================
--- trunk/opensaml-soap-impl/src/main/java/org/opensaml/soap/soap11/encoder/http/HTTPSOAP11Encoder.java (original)
+++ trunk/opensaml-soap-impl/src/main/java/org/opensaml/soap/soap11/encoder/http/HTTPSOAP11Encoder.java Fri Jan 24 15:57:06 2014
@@ -153,7 +153,7 @@
* <li>Adds the HTTP header: "Pragma: no-cache"</li>
* <li>Sets the character encoding to: "UTF-8"</li>
* <li>Sets the content type to: "text/xml"</li>
- * <li>Sets the SOAPAction HTTP header the value returned by {@link #getSOAPAction(MessageContext)}, if
+ * <li>Sets the SOAPAction HTTP header the value returned by {@link #getSOAPAction()}, if
* that returns non-null.</li>
* </ol>
* </p>
More information about the commits
mailing list