[java-identity-provider COMMIT] /trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingpart...

noreply at shibboleth.net noreply at shibboleth.net
Tue Oct 14 22:03:46 EDT 2014


Author: scantor
Date: Tue Oct 14 22:03:45 2014
New Revision: 6706

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6706&view=rev
Log:
Fix javadoc.

Modified:
    trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/RelyingPartyGroupParser.java

Modified: trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/RelyingPartyGroupParser.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/RelyingPartyGroupParser.java?rev=6706&r1=6705&r2=6706&view=diff
==============================================================================
--- trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/RelyingPartyGroupParser.java (original)
+++ trunk/idp-profile-spring/src/main/java/net/shibboleth/idp/profile/spring/relyingparty/RelyingPartyGroupParser.java Tue Oct 14 22:03:45 2014
@@ -41,10 +41,11 @@
 import org.w3c.dom.Element;
 
 /**
- * Parser for &lt;AnonymousRelyingParty&gt;<br/>
- * This parser summons up two beans: a {@link DefaultRelyingPartyConfigurationResolver} which deals with the
+ * Parser for &lt;RelyingPartyGroup&gt;
+ * 
+ * <p>This parser summons up two beans: a {@link DefaultRelyingPartyConfigurationResolver} which deals with the
  * RelyingParty bit of the file, and a series of {@link RelyingPartyMetadataProvider}s which deal with the metadata
- * configuration.
+ * configuration.</p>
  */
 public class RelyingPartyGroupParser extends AbstractSingleBeanDefinitionParser {
 



More information about the commits mailing list