Skip to content

Commit

Permalink
JDF-670: Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sgilda committed Feb 26, 2014
1 parent f3d9f89 commit d7de464
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,9 @@
*/
package org.jboss.as.quickstarts.kitchensink_ear.util;

import java.util.logging.Logger;

import javax.enterprise.context.RequestScoped;
import javax.enterprise.inject.Produces;
import javax.enterprise.inject.spi.InjectionPoint;
import javax.faces.context.FacesContext;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;

/**
* This class uses CDI to alias Java EE resources, such as the persistence context, to CDI beans
Expand Down

0 comments on commit d7de464

Please sign in to comment.