Revision: 1595
Author:   [email protected]
Date:     Sun Oct 16 16:36:26 2011
Log:
fix issue 624.

Revision created by MOE tool push_codebase.
MOE_MIGRATION=3479

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

Modified:
 /trunk/core/src/com/google/inject/Guice.java

=======================================
--- /trunk/core/src/com/google/inject/Guice.java        Sun Oct 16 15:34:21 2011
+++ /trunk/core/src/com/google/inject/Guice.java        Sun Oct 16 16:36:26 2011
@@ -52,7 +52,8 @@
   private Guice() {}

   /**
-   * Creates an injector for the given set of modules.
+ * Creates an injector for the given set of modules. This is equivalent to + * calling {@link #createInjector(Stage, Module...)} with Stage.DEVELOPMENT.
    *
    * @throws CreationException if one or more errors occur during injector
    *     construction
@@ -62,7 +63,8 @@
   }

   /**
-   * Creates an injector for the given set of modules.
+ * Creates an injector for the given set of modules. This is equivalent to + * calling {@link #createInjector(Stage, Iterable)} with Stage.DEVELOPMENT.
    *
    * @throws CreationException if one or more errors occur during injector
    *     creation

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