[java-identity-provider COMMIT] /trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlow...
noreply at shibboleth.net
noreply at shibboleth.net
Thu Sep 25 21:08:42 EDT 2014
Author: scantor
Date: Thu Sep 25 21:08:42 2014
New Revision: 6583
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=6583&view=rev
Log:
Fix import.
Modified:
trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java
Modified: trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java?rev=6583&r1=6582&r2=6583&view=diff
==============================================================================
--- trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java (original)
+++ trunk/idp-conf/src/test/java/net/shibboleth/idp/test/flows/interceptor/PostAuthnFlowTest.java Thu Sep 25 21:08:42 2014
@@ -23,7 +23,7 @@
import javax.annotation.Nullable;
import net.shibboleth.idp.profile.context.SpringRequestContext;
-import net.shibboleth.idp.profile.interceptor.ProfileInterceptorContext;
+import net.shibboleth.idp.profile.context.ProfileInterceptorContext;
import net.shibboleth.idp.profile.interceptor.ProfileInterceptorFlowDescriptor;
import net.shibboleth.idp.test.flows.AbstractFlowTest;
More information about the commits
mailing list