You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2007/11/05 15:17:52 UTC

svn commit: r592002 - /lenya/branches/branch_1_2_x_shibboleth/src/java/org/apache/shibboleth/impl/AttributeRequestServiceImpl.java

Author: andreas
Date: Mon Nov  5 06:17:50 2007
New Revision: 592002

URL: http://svn.apache.org/viewvc?rev=592002&view=rev
Log:
[minor change] formatting

Modified:
    lenya/branches/branch_1_2_x_shibboleth/src/java/org/apache/shibboleth/impl/AttributeRequestServiceImpl.java

Modified: lenya/branches/branch_1_2_x_shibboleth/src/java/org/apache/shibboleth/impl/AttributeRequestServiceImpl.java
URL: http://svn.apache.org/viewvc/lenya/branches/branch_1_2_x_shibboleth/src/java/org/apache/shibboleth/impl/AttributeRequestServiceImpl.java?rev=592002&r1=592001&r2=592002&view=diff
==============================================================================
--- lenya/branches/branch_1_2_x_shibboleth/src/java/org/apache/shibboleth/impl/AttributeRequestServiceImpl.java (original)
+++ lenya/branches/branch_1_2_x_shibboleth/src/java/org/apache/shibboleth/impl/AttributeRequestServiceImpl.java Mon Nov  5 06:17:50 2007
@@ -75,9 +75,8 @@
             throw new SAMLException(
                     "Entity(Site) deleted from Metadata since authentication POST received.");
 
-        // Find the Shibboleth protocol AA Role configured in the Metadat for
-        // this
-        // Entity. (throws MetadataException)
+        // Find the Shibboleth protocol AA Role configured in the Metadata for
+        // this Entity. (throws MetadataException)
         AttributeAuthorityDescriptor aa = entity
                 .getAttributeAuthorityDescriptor(XML.SAML11_PROTOCOL_ENUM);
         if (aa == null) {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org