Revision: 1065
Author: netdpb
Date: Wed Aug 19 11:41:12 2009
Log: Fixed typo in documentation.
http://code.google.com/p/google-guice/source/detail?r=1065

Modified:
   
/trunk/extensions/assistedinject/src/com/google/inject/assistedinject/FactoryModuleBuilder.java

=======================================
---  
/trunk/extensions/assistedinject/src/com/google/inject/assistedinject/FactoryModuleBuilder.java
  
Wed Aug 19 11:31:04 2009
+++  
/trunk/extensions/assistedinject/src/com/google/inject/assistedinject/FactoryModuleBuilder.java
  
Wed Aug 19 11:41:12 2009
@@ -123,7 +123,7 @@
   * }
   * ...
   * protected void configure() {
- *   install(new FactoryModuleBuilder().build(FruitFacory.class));
+ *   install(new FactoryModuleBuilder().build(FruitFactory.class));
   * }</pre>
   *
   * Note that any type returned by the factory in this manner needs to be  
an implementation class

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