Revision: 2804e19f307e
Author:   Sam Berlin <[email protected]>
Date:     Thu May 31 16:54:44 2012
Log:      Add explicit @Inject.

Revision created by MOE tool push_codebase.
MOE_MIGRATION=4907

http://code.google.com/p/google-guice/source/detail?r=2804e19f307e

Modified:
/extensions/servlet/src/com/google/inject/servlet/InternalServletModule.java

=======================================
--- /extensions/servlet/src/com/google/inject/servlet/InternalServletModule.java Sun Oct 16 15:35:11 2011 +++ /extensions/servlet/src/com/google/inject/servlet/InternalServletModule.java Thu May 31 16:54:44 2012
@@ -19,6 +19,7 @@
 import static com.google.inject.servlet.ServletScopes.SESSION;

 import com.google.inject.AbstractModule;
+import com.google.inject.Inject;
 import com.google.inject.Provider;
 import com.google.inject.Provides;
 import com.google.inject.Singleton;
@@ -50,6 +51,8 @@
   @Singleton
static class BackwardsCompatibleServletContextProvider implements Provider<ServletContext> {
     private ServletContext injectedServletContext;
+
+    @Inject BackwardsCompatibleServletContextProvider() {}

     // This setter is called by the GuiceServletContextListener
     void set(ServletContext injectedServletContext) {

--
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