Fixed javadoc for toString() since we do not output valid Json for strings at the moment.

This commit is contained in:
Inderjeet Singh 2009-03-20 18:06:52 +00:00
parent 68f3899c1a
commit 727dbcdd88

View File

@ -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() {