[java-identity-provider COMMIT] /trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/ResolverTestReq...
noreply at shibboleth.net
noreply at shibboleth.net
Wed Dec 17 10:47:51 EST 2014
Author: iay
Date: Wed Dec 17 10:47:50 2014
New Revision: 7144
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7144&view=rev
Log:
Javadoc fixes.
Modified:
trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/ResolverTestRequest.java
Modified: trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/ResolverTestRequest.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/ResolverTestRequest.java?rev=7144&r1=7143&r2=7144&view=diff
==============================================================================
--- trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/ResolverTestRequest.java (original)
+++ trunk/idp-profile-impl/src/main/java/net/shibboleth/idp/profile/impl/ResolverTestRequest.java Wed Dec 17 10:47:50 2014
@@ -42,7 +42,7 @@
/** The ID of the requester. */
@Nonnull @NotEmpty private final String requesterId;
- /** The {@link AttributeConsumingService} index into metadata. */
+ /** The <code><AttributeConsumingService></code> index into metadata. */
@Nullable private final Integer acsIndex;
/** Protocol identifier to simulate a response for. */
@@ -53,7 +53,7 @@
*
* @param princ name of subject
* @param requester ID of requester
- * @param index {@link AttributeConsumingService} index
+ * @param index <code><AttributeConsumingService></code> index
* @param prot protocol ID
*/
public ResolverTestRequest(@Nonnull @NotEmpty final String princ, @Nullable final String requester,
@@ -85,9 +85,9 @@
}
/**
- * Get the {@link AttributeConsumingService} index into metadata to apply.
+ * Get the <code><AttributeConsumingService></code> index into metadata to apply.
*
- * @return {@link AttributeConsumingService} index into metadata, or null
+ * @return <code><AttributeConsumingService></code> index into metadata, or null
*/
@Nullable public Integer getAttributeConsumingServiceIndex() {
return acsIndex;
More information about the commits
mailing list