Skip to content

Commit

Permalink
SEAMFACES-94: Add @nAmed to producer for ExternalContext
Browse files Browse the repository at this point in the history
  • Loading branch information
bleathem committed Mar 13, 2011
1 parent 23039f2 commit 6f6c177
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -4,6 +4,7 @@
import javax.enterprise.inject.Produces;
import javax.faces.context.ExternalContext;
import javax.faces.context.FacesContext;
import javax.inject.Named;

/**
* <p>
Expand All @@ -27,6 +28,7 @@
*/
public class ExternalContextProducer
{
@Named
@Produces
@RequestScoped
public ExternalContext getExternalContext(final FacesContext context)
Expand Down

0 comments on commit 6f6c177

Please sign in to comment.