Revision: 1380
Author: mcculls
Date: Fri Nov 19 07:50:59 2010
Log: Minor javadoc fix
http://code.google.com/p/google-guice/source/detail?r=1380
Modified:
/trunk/core/src/com/google/inject/Injector.java
=======================================
--- /trunk/core/src/com/google/inject/Injector.java Thu Nov 18 18:33:32 2010
+++ /trunk/core/src/com/google/inject/Injector.java Fri Nov 19 07:50:59 2010
@@ -252,8 +252,8 @@
Map<Class<? extends Annotation>, Scope> getScopeBindings();
/**
- * Returns a list containing all type converter bindings in the
injector. The returned list
- * is immutable.
+ * Returns a set containing all type converter bindings in the injector.
The returned set is
+ * immutable.
*
* <p>This method is part of the Guice SPI and is intended for use by
tools and extensions.
*
--
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.