Skip to content

Commit 9e3ec6f

Browse files
committed
Remove commented out code
1 parent b3c4000 commit 9e3ec6f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/org/codehaus/jettison/json/JSONObject.java

-3
Original file line numberDiff line numberDiff line change
@@ -1044,9 +1044,6 @@ public static String quote(String string, boolean escapeForwardSlashAlways) {
10441044
switch (c) {
10451045
case '\\':
10461046
sb.append("\\\\");
1047-
//if (i < (len - 1) && string.charAt(i+1) == '\\') {
1048-
// i++;
1049-
//}
10501047
break;
10511048
case '"':
10521049
sb.append("\\\"");

0 commit comments

Comments
 (0)