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

noreply at shibboleth.net noreply at shibboleth.net
Mon Aug 5 17:13:09 EDT 2013


Author: scantor
Date: Mon Aug  5 17:13:08 2013
New Revision: 4660

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

Modified:
    trunk/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/impl/SelectAuthenticationFlowTest.java

Modified: trunk/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/impl/SelectAuthenticationFlowTest.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/impl/SelectAuthenticationFlowTest.java?rev=4660&r1=4659&r2=4660&view=diff
==============================================================================
--- trunk/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/impl/SelectAuthenticationFlowTest.java (original)
+++ trunk/idp-authn-impl/src/test/java/net/shibboleth/idp/authn/impl/SelectAuthenticationFlowTest.java Mon Aug  5 17:13:08 2013
@@ -33,7 +33,7 @@
 import org.testng.annotations.BeforeMethod;
 import org.testng.annotations.Test;
 
-/** {@link FilterFlowsByPassivity} unit test. */
+/** {@link SelectAuthenticationFlow} unit test. */
 public class SelectAuthenticationFlowTest extends InitializeAuthenticationContextTest {
     
     private SelectAuthenticationFlow action; 



More information about the commits mailing list