Skip to content

Commit

Permalink
Moved the FacesLiteral to the same package as the @Faces qualifier - …
Browse files Browse the repository at this point in the history
…refactored impl
  • Loading branch information
bleathem committed Mar 25, 2011
1 parent ca490d5 commit 0a4f40b
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -7,14 +7,12 @@
import javax.faces.FacesException;
import javax.faces.context.ExceptionHandler;
import javax.faces.context.ExceptionHandlerWrapper;
import javax.faces.context.FacesContext;
import javax.faces.event.AbortProcessingException;
import javax.faces.event.ExceptionQueuedEvent;
import javax.faces.event.ExceptionQueuedEventContext;

import org.jboss.logging.Logger;
import org.jboss.seam.exception.control.ExceptionToCatch;
import org.jboss.seam.faces.literal.FacesLiteral;
import org.jboss.seam.faces.qualifier.FacesLiteral;
import org.jboss.seam.solder.core.Requires;

/**
Expand Down

0 comments on commit 0a4f40b

Please sign in to comment.