[java-opensaml COMMIT] /trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/EncodeMessage.java

noreply at shibboleth.net noreply at shibboleth.net
Mon Jan 13 17:11:40 EST 2014


Author: scantor
Date: Mon Jan 13 17:11:40 2014
New Revision: 3554

URL: http://svn.shibboleth.net/view/java-opensaml?rev=3554&view=rev
Log:
Fix Java doc.

Modified:
    trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/EncodeMessage.java

Modified: trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/EncodeMessage.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/EncodeMessage.java?rev=3554&r1=3553&r2=3554&view=diff
==============================================================================
--- trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/EncodeMessage.java (original)
+++ trunk/opensaml-profile-impl/src/main/java/org/opensaml/profile/action/impl/EncodeMessage.java Mon Jan 13 17:11:40 2014
@@ -60,7 +60,7 @@
     /** Class logger. */
     @Nonnull private final Logger log = LoggerFactory.getLogger(EncodeMessage.class);
 
-    /** The {@link MessageDecoder} instance used to decode the incoming message. */
+    /** The {@link MessageEncoder} instance used to encode the outgoing message. */
     @Nonnull private final MessageEncoder encoder;
     
     /**



More information about the commits mailing list