What steps will reproduce the problem?
1. Reading the javadoc for the default constructor of Gson(), it says, " So, a
Java class field versionNumber will be output as "versionNumber@quot; in Json."
2. The actual javadoc code which has the problem:
will be output as <code>"versionNumber@quot;</code> in
What is the expected output? What do you see instead?
The close quote in the javadoc needs to be changed to:
will be output as <code>"versionNumber"</code> in
What version of the product are you using? On what operating system?
2.2.4 - Ubuntu 13.04
Please provide any additional information below.
None.
Original issue reported on code.google.com by dan.wiec...@gmail.com on 10 Mar 2014 at 6:37
Original issue reported on code.google.com by
dan.wiec...@gmail.com
on 10 Mar 2014 at 6:37