Revision: c2bee817056d
Author:   Sam Berlin <[email protected]>
Date:     Wed Nov  9 15:47:57 2011
Log:      Fix issue 667, cleanup javadoc for Multibinder

Revision created by MOE tool push_codebase.
MOE_MIGRATION=3665

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

Modified:
/extensions/multibindings/src/com/google/inject/multibindings/Multibinder.java

=======================================
--- /extensions/multibindings/src/com/google/inject/multibindings/Multibinder.java Thu Jul 7 17:34:16 2011 +++ /extensions/multibindings/src/com/google/inject/multibindings/Multibinder.java Wed Nov 9 15:47:57 2011
@@ -72,8 +72,8 @@
  * }</code></pre>
  *
  * <p>Contributing multibindings from different modules is supported. For
- * example, it is okay to have both {@code CandyModule} and {@code ChipsModule} - * to both create their own {@code Multibinder<Snack>}, and to each contribute
+ * example, it is okay for both {@code CandyModule} and {@code ChipsModule}
+ * to create their own {@code Multibinder<Snack>}, and to each contribute
* bindings to the set of snacks. When that set is injected, it will contain
  * elements from both modules.
  *

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