mirror of
https://github.com/stleary/JSON-java.git
synced 2026-01-24 00:03:17 -05:00
Fixes spelling in comments and removes compile time warnings
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user