rwheeler7864 / google-web-toolkit-doc-1-5

Automatically exported from code.google.com/p/google-web-toolkit-doc-1-5
0 stars 0 forks source link

typos in Java Language Compatibility section #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
At
http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5&s=google-web-tool
kit-doc-1-5&t=DevGuideJavaCompatibility

Under Classes that provide similar functionality, the third item says:
    * com.google.gwt.user.client.rpc : A marker class used similarly to
java.io.Serializable for GWT RPC

It should be (two fixes):
    * com.google.gwt.user.client.rpc.IsSerializable : A marker interface
used similarly to java.io.Serializable for GWT RPC

Original issue reported on code.google.com by reuben.sivan on 27 Nov 2008 at 4:44