Revision: 6126
Author: rj...@google.com
Date: Fri Sep 11 16:17:04 2009
Log: Corrections from tgdavies
http://code.google.com/p/google-web-toolkit/source/detail?r=6126

Modified:
  /wiki/UiBinder.wiki

=======================================
--- /wiki/UiBinder.wiki Fri Sep 11 16:12:54 2009
+++ /wiki/UiBinder.wiki Fri Sep 11 16:17:04 2009
@@ -82,7 +82,7 @@

  // Use:

-SpanElement helloWorld = new HelloWorld("World").getElement();
+Element helloWorld = new HelloWorld("World").getElement();
  }}}

  = Hello Composite World =
@@ -409,7 +409,7 @@
     * Used by MyUiBinder to instantiate CricketScores.
     * Arguments to be filled in the template
     */
-  @UiFactory CricketScores(String... teamNames) {
+  @UiFactory CricketScores makeCricketScores(String... teamNames) {
      return new CricketScores(teamNames);
    }
  }

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to