mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 07:50:52 -07:00
Fixes spelling in comments and removes compile time warnings
This commit is contained in:
parent
ae1e9e2b6a
commit
c870094f69
7 changed files with 82 additions and 54 deletions
|
@ -72,6 +72,7 @@ public class JSONStringer extends JSONWriter {
|
|||
* <code>endArray</code>).
|
||||
* @return The JSON text.
|
||||
*/
|
||||
@Override
|
||||
public String toString() {
|
||||
return this.mode == 'd' ? this.writer.toString() : null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue