Revision: 8855
Author: [email protected]
Date: Thu Sep 23 11:21:29 2010
Log: Fix what appears to be a minor typo in the shared class template
example code.

Review at http://gwt-code-reviews.appspot.com/871802

Review by: [email protected]
http://code.google.com/p/google-web-toolkit/source/detail?r=8855

Modified:
 /trunk/user/src/com/google/gwt/user/tools/SharedClassTemplate.javasrc

=======================================
--- /trunk/user/src/com/google/gwt/user/tools/SharedClassTemplate.javasrc Wed Jan 6 12:18:02 2010 +++ /trunk/user/src/com/google/gwt/user/tools/SharedClassTemplate.javasrc Thu Sep 23 11:21:29 2010
@@ -5,7 +5,7 @@
  * FieldVerifier validates that the name the user enters is valid.
  * </p>
  * <p>
- * This class is in the <code>shared</code> packing because we use it in both + * This class is in the <code>shared</code> package because we use it in both * the client code and on the server. On the client, we verify that the name is * valid before sending an RPC request so the user doesn't have to wait for a * network round trip to get feedback. On the server, we verify that the name is

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

Reply via email to