[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
Thu Jan 1 15:38:50 EST 2015


Author: iay
Date: Thu Jan  1 15:38:50 2015
New Revision: 7230

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=7230&view=rev
Log:
Typo in log message.

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=7230&r1=7229&r2=7230&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 Thu Jan  1 15:38:50 2015
@@ -104,7 +104,7 @@
         // <SecurityPolicy> (warn and ignore).
         final List<Element> policies = configChildren.get(SecurityNamespaceHandler.SECURITY_POLICY_NAME);
         if (null != policies && !policies.isEmpty()) {
-            log.warn("{}: {} Occurence(s of unsupported <SecurityPolicy/> elements have been ignored", parserContext
+            log.warn("{}: {} occurrence(s) of unsupported <SecurityPolicy/> elements have been ignored", parserContext
                     .getReaderContext().getResource().getDescription(), policies.size());
         }
 



More information about the commits mailing list