entrodace / google-gson

Automatically exported from code.google.com/p/google-gson
0 stars 0 forks source link

Fix javadoc quote on default Gson constructor. #565

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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>&quot;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>&quot;versionNumber&quot;</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

GoogleCodeExporter commented 9 years ago
Fixed in r1276

Original comment by inder123 on 26 Mar 2014 at 6:08