Revision: 1588
Author: sberlin
Date: Sun Oct 16 09:26:00 2011
Log: fix issue 624.
http://code.google.com/p/google-guice/source/detail?r=1588
Modified:
/trunk/core/src/com/google/inject/Guice.java
=======================================
--- /trunk/core/src/com/google/inject/Guice.java Thu Jul 7 17:34:16 2011
+++ /trunk/core/src/com/google/inject/Guice.java Sun Oct 16 09:26:00 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.