snumlautoken commented on code in PR #280:
URL: https://github.com/apache/commons-imaging/pull/280#discussion_r1112209409


##########
src/main/java/org/apache/commons/imaging/common/BasicCParser.java:
##########
@@ -417,4 +341,103 @@ public static void unescapeString(final StringBuilder 
stringBuilder, final Strin
                     + "unterminated escape sequence found in string");
         }
     }
+
+    private static int appendHex(int i, final StringBuilder stringBuilder, 
final String string)

Review Comment:
   This has been added!



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to