Revision: 1128
Author: dhanji
Date: Tue Nov 10 16:30:28 2009
Log: Edited wiki page through web user interface.
http://code.google.com/p/google-guice/source/detail?r=1128

Modified:
  /wiki/ServletModule.wiki

=======================================
--- /wiki/ServletModule.wiki    Sun Aug 30 05:22:34 2009
+++ /wiki/ServletModule.wiki    Tue Nov 10 16:30:28 2009
@@ -69,10 +69,10 @@

  {{{
  @RequestScoped
-class MyServletObject {
+class SomeNonServletPojo {

    @Inject
-  public MyServletObject(HttpServletRequest request, HttpServletResponse  
response, HttpSession session) {
+  public SomeNonServletPojo(HttpServletRequest request,  
HttpServletResponse response, HttpSession session) {
      ...
    }


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to