Revision: 9222
Author: zun...@google.com
Date: Sun Nov 14 05:13:27 2010
Log: Edited wiki page AutoBean through web user interface.
http://code.google.com/p/google-web-toolkit/source/detail?r=9222

Modified:
 /wiki/AutoBean.wiki

=======================================
--- /wiki/AutoBean.wiki Fri Nov 12 20:08:46 2010
+++ /wiki/AutoBean.wiki Sun Nov 14 05:13:27 2010
@@ -89,7 +89,7 @@

 A simple interface satisfies the following properties:
   * Has only getter and setter methods
-  * Any non-property methods must be implemented by a category
+ * Any non-property methods must be implemented by a [AutoBean#Categories category]

A simple AutoBean can be constructed by the AutoBeanFactory without providing a delegate instance.

@@ -235,7 +235,7 @@
 }

 class PersonCategory {
-  public static boolean marray(AutoBean<Person> instance, Person spouse) {
+  public static boolean marry(AutoBean<Person> instance, Person spouse) {
     return new Marriage(instance.as(), spouse).accepted();
   }
 }

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

Reply via email to