Skip to content

Commit

Permalink
fixed @initialized errors in external authentication integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelk committed Dec 4, 2010
1 parent 3a1a117 commit 1bb0e25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -25,7 +25,7 @@
import javax.servlet.ServletContextEvent;

import org.jboss.seam.security.external.openid.api.OpenIdProviderConfigurationApi;
import org.jboss.seam.servlet.event.qualifier.Initialized;
import org.jboss.seam.servlet.event.Initialized;

public class OpCustomizer
{
Expand Down
Expand Up @@ -25,7 +25,7 @@
import javax.servlet.ServletContextEvent;

import org.jboss.seam.security.external.openid.api.OpenIdRelyingPartyConfigurationApi;
import org.jboss.seam.servlet.event.qualifier.Initialized;
import org.jboss.seam.servlet.event.Initialized;

public class RpCustomizer
{
Expand Down
Expand Up @@ -25,7 +25,7 @@
import javax.servlet.ServletContextEvent;

import org.jboss.seam.security.external.saml.api.SamlIdentityProviderConfigurationApi;
import org.jboss.seam.servlet.event.qualifier.Initialized;
import org.jboss.seam.servlet.event.Initialized;

public class IdpCustomizer
{
Expand Down

0 comments on commit 1bb0e25

Please sign in to comment.