Github user PascalSchumacher commented on a diff in the pull request:

    https://github.com/apache/commons-lang/pull/208#discussion_r88799517
  
    --- Diff: src/main/java/org/apache/commons/lang3/StringEscapeUtils.java ---
    @@ -413,6 +447,47 @@ public int translate(final CharSequence input, final 
int index, final Writer out
             }
         }
     
    +    public static final CharSequenceTranslator UNESCAPE_XSI = new 
BackslashUnescaper();
    +
    +    /**
    +     * Translator object for unescaping backslash escaped entries.
    +     *
    +     * @since 3.6
    +     */
    +    static class BackslashUnescaper extends CharSequenceTranslator {
    --- End diff --
    
    No sure why the author of the patch choose this naming. I'm fine with 
changing it.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to