Revision: 10616
Author:   [email protected]
Date:     Tue Sep  6 09:25:45 2011
Log:      Fix typo
http://code.google.com/p/google-web-toolkit/source/detail?r=10616

Modified:
 /wiki/RequestFactory_2_4.wiki

=======================================
--- /wiki/RequestFactory_2_4.wiki       Mon Aug 15 07:40:18 2011
+++ /wiki/RequestFactory_2_4.wiki       Tue Sep  6 09:25:45 2011
@@ -74,7 +74,7 @@
     ctxA.requestA().to(new Receiver<Boolean>(){});
     ContextB ctxB = ctxA.append(factory.ctxB());
     // ctxA is still completely usable after calling append()
-    ctxB.requestB().to(new Receiver<Boolean>(){});
+    ctxB.requestB().to(new Receiver<Integer>(){});
     ctxA.fire(); // ctxB.fire() would be equivalent
   }
 }

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

Reply via email to