[java-opensaml COMMIT] /trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/messaging/context/ChannelBindi...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Jul 17 11:44:10 EDT 2014
Author: scantor
Date: Thu Jul 17 11:44:09 2014
New Revision: 3961
URL: http://svn.shibboleth.net/view/java-opensaml?rev=3961&view=rev
Log:
Fix javadocs.
Modified:
trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/messaging/context/ChannelBindingsContext.java
Modified: trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/messaging/context/ChannelBindingsContext.java
URL: http://svn.shibboleth.net/view/java-opensaml/trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/messaging/context/ChannelBindingsContext.java?rev=3961&r1=3960&r2=3961&view=diff
==============================================================================
--- trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/messaging/context/ChannelBindingsContext.java (original)
+++ trunk/opensaml-saml-api/src/main/java/org/opensaml/saml/common/messaging/context/ChannelBindingsContext.java Thu Jul 17 11:44:09 2014
@@ -35,7 +35,7 @@
*/
public class ChannelBindingsContext extends BaseContext {
- /** The AttributeConsumingService. */
+ /** The set of ChannelBindings. */
@Nonnull @NonnullElements private Collection<ChannelBindings> channelBindings;
/** Constructor. */
@@ -44,9 +44,9 @@
}
/**
- * Gets the assertion to be validated.
+ * Get the channel bindings.
*
- * @return the assertion to be validated
+ * @return the channel bindings
*/
@Nonnull @NonnullElements @Live public Collection<ChannelBindings> getChannelBindings() {
return channelBindings;
More information about the commits
mailing list