Revision: 9644
Author: rj...@google.com
Date: Thu Jan 27 14:03:30 2011
Log: Fixes a javadoc typo in the app generated by WebAppCreator.

http://code.google.com/p/google-web-toolkit/source/detail?r=9644

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

=======================================
--- /trunk/user/src/com/google/gwt/user/tools/SharedClassTemplate.javasrc Thu Sep 23 11:21:29 2010 +++ /trunk/user/src/com/google/gwt/user/tools/SharedClassTemplate.javasrc Thu Jan 27 14:03:30 2011
@@ -15,7 +15,7 @@
  * <p>
* When creating a class that is used on both the client and the server, be sure * that all code is translatable and does not use native JavaScript. Code that - * is note translatable (such as code that interacts with a database or the file + * is not translatable (such as code that interacts with a database or the file * system) cannot be compiled into client side JavaScript. Code that uses native
  * JavaScript (such as Widgets) cannot be run on the server.
  * </p>

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

Reply via email to