Skip to content

Commit f857dda

Browse files
committed
removing some deprecated commented code
1 parent 66f740e commit f857dda

1 file changed

Lines changed: 0 additions & 13 deletions

File tree

src/test/org/json/junit/JSONPointerTest.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,6 @@ public class JSONPointerTest {
1212

1313
private static final JSONObject document;
1414

15-
// = new JSONObject("{"
16-
// + "\"foo\": [\"bar\", \"baz\"], "
17-
// + "\"\": 0,"
18-
// + "\"a/b\": 1,"
19-
// + "\"c%d\": 2,"
20-
// + "\"e^f\": 3,"
21-
// + "\"g|h\": 4,"
22-
// + "\"i\\\\j\": 5,"
23-
// + "\"k\\\\\\\"l\": 6,"
24-
// + "\" \": 7,"
25-
// + "\"m~n\": 8"
26-
// + "}");
27-
2815
static {
2916
document = new JSONObject(new JSONTokener(
3017
JSONPointerTest.class.getResourceAsStream("/org/json/junit/jsonpointer-testdoc.json")));

0 commit comments

Comments
 (0)