Fixed javadoc for toString() since we do not output valid Json for strings at the moment.
This commit is contained in:
parent
68f3899c1a
commit
727dbcdd88
@ -308,7 +308,7 @@ public abstract class JsonElement {
|
||||
/**
|
||||
* Returns a String representation of this element.
|
||||
*
|
||||
* @return String the string representation of this element. The output is valid Json.
|
||||
* @return String the string representation of this element.
|
||||
*/
|
||||
@Override
|
||||
public String toString() {
|
||||
|
Loading…
Reference in New Issue
Block a user