[java-identity-provider COMMIT] /trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/context/AuthenticationErr...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Dec 5 23:19:59 EST 2013
Author: dfisher
Date: Thu Dec 5 23:19:59 2013
New Revision: 4998
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4998&view=rev
Log:
Revert, iff means if and only if.
Modified:
trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/context/AuthenticationErrorContext.java
Modified: trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/context/AuthenticationErrorContext.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/context/AuthenticationErrorContext.java?rev=4998&r1=4997&r2=4998&view=diff
==============================================================================
--- trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/context/AuthenticationErrorContext.java (original)
+++ trunk/idp-authn-api/src/main/java/net/shibboleth/idp/authn/context/AuthenticationErrorContext.java Thu Dec 5 23:19:59 2013
@@ -92,9 +92,9 @@
* Check for the presence of a particular error condition in the context.
*
* @param error the condition to check for
- * @return true if the context contains the error condition specified
+ * @return true iff the context contains the error condition specified
*/
public boolean isClassifiedError(@Nonnull @NotEmpty final String error) {
return classifiedErrors.contains(error);
}
-}
+}
More information about the commits
mailing list