Author: limpbizkit
Date: Tue Jan 20 12:07:06 2009
New Revision: 810

Modified:
    wiki/FrequentlyAskedQuestions.wiki

Log:
Edited wiki page through web user interface.

Modified: wiki/FrequentlyAskedQuestions.wiki
==============================================================================
--- wiki/FrequentlyAskedQuestions.wiki  (original)
+++ wiki/FrequentlyAskedQuestions.wiki  Tue Jan 20 12:07:06 2009
@@ -138,7 +138,7 @@
  {{{
  class Car {
    private final Engine engine;
-  private final  AirConditioner airConditioner;
+  private final AirConditioner airConditioner;

    @Inject
    public Car(Engine engine, AirConditionerHolder airConditionerHolder) {
@@ -151,7 +151,7 @@
    }
  }
  }}}
-This also allows a default value for the optional parameter.
+This also allows for a default value for the optional parameter.

  ===How can I get other questions answered?===
  Please post to the [http://groups.google.com/group/google-guice  
google-guice] discussion group.

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