Clearer javadoc.
authorwassa <wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Tue, 26 Apr 2005 21:45:24 +0000 (21:45 +0000)
committerwassa <wassa@ab3bd59b-922f-494d-bb5f-6f0a3c29deca>
Tue, 26 Apr 2005 21:45:24 +0000 (21:45 +0000)
git-svn-id: https://subversion.switch.ch/svn/shibboleth/java-idp/trunk@1415 ab3bd59b-922f-494d-bb5f-6f0a3c29deca

src/edu/internet2/middleware/shibboleth/common/ServiceProviderMapper.java

index 0efec29..377a6d3 100644 (file)
@@ -43,8 +43,8 @@ import edu.internet2.middleware.shibboleth.metadata.EntityDescriptor;
 
 /**
  * Class for determining the effective relying party from the unique id of the service provider. Checks first for an
- * exact match on the service provider, then for membership in a federation. Uses the default relying party if neither
- * is found.
+ * exact match on the service provider, then for membership in a group of providers (perhaps a federation). Uses the
+ * default relying party if neither is found.
  * 
  * @author Walter Hoehn
  */
@@ -503,7 +503,7 @@ public class ServiceProviderMapper {
        }
 
        /**
-        * Relying party implementation wrapper for relying parties that are federations.
+        * Relying party implementation wrapper for relying parties that are groups.
         * 
         * @author Walter Hoehn
         */