Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@294 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
Gavin King authored and gavin.king@gmail.com committed Nov 12, 2008
1 parent 9e79b0c commit e0eb312
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webbeans-ri/src/main/java/org/jboss/webbeans/ManagerImpl.java
Expand Up @@ -29,6 +29,8 @@
import javax.webbeans.manager.Manager;

import org.jboss.webbeans.bean.SimpleBean;
import org.jboss.webbeans.bean.proxy.ClientProxy;
import org.jboss.webbeans.bean.proxy.ProxyPool;
import org.jboss.webbeans.contexts.ApplicationContext;
import org.jboss.webbeans.contexts.DependentContext;
import org.jboss.webbeans.contexts.RequestContext;
Expand All @@ -39,8 +41,6 @@
import org.jboss.webbeans.exceptions.TypesafeResolutionLocation;
import org.jboss.webbeans.introspector.impl.Injectable;
import org.jboss.webbeans.introspector.impl.ResolverInjectable;
import org.jboss.webbeans.util.ClientProxy;
import org.jboss.webbeans.util.ProxyPool;
import org.jboss.webbeans.util.Reflections;

import com.google.common.collect.ForwardingMap;
Expand Down

0 comments on commit e0eb312

Please sign in to comment.