Revision: 1571
Author:   sberlin
Date:     Thu Jun 30 13:41:17 2011
Log:
Re-add a space into the args.

Revision created by MOE tool push_codebase.
MOE_MIGRATION=2474

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

Modified:
 /trunk/extensions/struts2/src/com/google/inject/struts2/Struts2Factory.java

=======================================
--- /trunk/extensions/struts2/src/com/google/inject/struts2/Struts2Factory.java Thu Jun 30 13:40:10 2011 +++ /trunk/extensions/struts2/src/com/google/inject/struts2/Struts2Factory.java Thu Jun 30 13:41:17 2011
@@ -97,7 +97,7 @@
   }

   @Override @SuppressWarnings("unchecked")
-  public Object buildBean(Class clazz, Map<String, Object>extraContext) {
+  public Object buildBean(Class clazz, Map<String, Object> extraContext) {
     if (strutsInjector == null) {
       synchronized (this) {
         if (strutsInjector == null) {

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

Reply via email to