[java-identity-provider COMMIT] /trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/attribute/mapping/AbstractS...

noreply at shibboleth.net noreply at shibboleth.net
Thu May 1 15:46:55 EDT 2014


Author: scantor
Date: Thu May  1 15:46:55 2014
New Revision: 5819

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

Modified:
    trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/attribute/mapping/AbstractSAMLAttributeMapper.java

Modified: trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/attribute/mapping/AbstractSAMLAttributeMapper.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/attribute/mapping/AbstractSAMLAttributeMapper.java?rev=5819&r1=5818&r2=5819&view=diff
==============================================================================
--- trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/attribute/mapping/AbstractSAMLAttributeMapper.java (original)
+++ trunk/idp-saml-api/src/main/java/net/shibboleth/idp/saml/attribute/mapping/AbstractSAMLAttributeMapper.java Thu May  1 15:46:55 2014
@@ -163,7 +163,8 @@
             throw new ComponentInitializationException(getLogPrefix() + " No value mapper present");
         }
         if (attributeIds.isEmpty()) {
-            throw new ComponentInitializationException(getLogPrefix() + " At least one attribute Id should be provided");
+            throw new ComponentInitializationException(getLogPrefix()
+                    + " At least one attribute Id should be provided");
         }
         logPrefix = null;
         valueMapper.setLogPrefix(getLogPrefix());



More information about the commits mailing list