[java-identity-provider COMMIT] /trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/InexactPrincipalEva...

noreply at shibboleth.net noreply at shibboleth.net
Sun Aug 25 16:24:35 EDT 2013


Author: scantor
Date: Sun Aug 25 16:24:35 2013
New Revision: 4717

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

Modified:
    trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/InexactPrincipalEvalPredicateFactory.java

Modified: trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/InexactPrincipalEvalPredicateFactory.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/InexactPrincipalEvalPredicateFactory.java?rev=4717&r1=4716&r2=4717&view=diff
==============================================================================
--- trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/InexactPrincipalEvalPredicateFactory.java (original)
+++ trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/InexactPrincipalEvalPredicateFactory.java Sun Aug 25 16:24:35 2013
@@ -92,7 +92,7 @@
         return new InexactMatchPredicate(candidate);
     }
     
-    /** Implementation of an exact-matching predicate. */
+    /** Implementation of an inexact-matching predicate. */
     private class InexactMatchPredicate implements Predicate<PrincipalSupportingComponent> {
 
         /** The principal object to compare against. */



More information about the commits mailing list