mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 07:50:52 -07:00
Fix comment.
This commit is contained in:
parent
1246e12827
commit
efe33a1e37
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ public class JSONStringTest {
|
|||
String output = jsonArray.write(writer).toString();
|
||||
assertTrue("String values should be equal", "[\"the toString value\"]".equals(output));
|
||||
|
||||
// The first different between writeValue() and valueToString():
|
||||
// The only different between writeValue() and valueToString():
|
||||
// in this case, valueToString throws a JSONException
|
||||
try {
|
||||
output = JSONObject.valueToString(jsonString);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue