Skip to content

Commit

Permalink
Update API
Browse files Browse the repository at this point in the history
git-svn-id: http://anonsvn.jboss.org/repos/weld/ri/trunk@1776 1c488680-804c-0410-94cd-c6b725194a0e
  • Loading branch information
pmuir committed Mar 5, 2009
1 parent 8f01cf8 commit 6208d1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -36,6 +36,6 @@ public interface WebBeansManager extends Manager
* @param servlet
* the servlet instance to inject
*/
public void injectIntoServlet(Servlet servlet);
public void injectServlet(Servlet servlet);

}
Expand Up @@ -633,7 +633,7 @@ public <T> T getInstanceToInject(InjectionPoint injectionPoint)
return this.<T>getInstanceToInject(injectionPoint, null);
}

public void injectIntoServlet(Servlet servlet)
public void injectServlet(Servlet servlet)
{
servletInjector.inject(servlet);
}
Expand Down

0 comments on commit 6208d1f

Please sign in to comment.