fix issue 624.

Revision created by MOE tool push_codebase.
MOE_MIGRATION=3479


git-svn-id: https://google-guice.googlecode.com/svn/trunk@1595 d779f126-a31b-0410-b53b-1d3aecad763e
diff --git a/core/src/com/google/inject/Guice.java b/core/src/com/google/inject/Guice.java
index 9b21193..703187f 100644
--- a/core/src/com/google/inject/Guice.java
+++ b/core/src/com/google/inject/Guice.java
@@ -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