Generated by
JDiff

Class com.google.common.escape.Escapers

Changed Methods
String computeReplacement(CharEscaper, char) Change in return type from java.lang.String to String.
Returns a string that would replace the given character in the specified escaper, or {@code null} if no replacement should be made.
String computeReplacement(UnicodeEscaper, int) Change in return type from java.lang.String to String.
Returns a string that would replace the given character in the specified escaper, or {@code null} if no replacement should be made.