mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-06 10:45:23 +08: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