Generated by
JDiff

Class org.apache.hadoop.util.StringUtils

Added Methods
String byteToHexString(byte[], int, int) Given an array of bytes it will convert the bytes to a hex string representation of the bytes
String escapeHTML(String) Escapes HTML Special characters present in the string.
String escapeString(String, char, char[]) @param charsToEscape array of characters to be escaped
int findNext(String, char, char, int, StringBuilder) Finds the first occurrence of the separator character ignoring the escaped separators starting from the index.
String formatTime(long) Given the time in long milliseconds, returns a String in the format Xhrs, Ymins, Z sec.
String unEscapeString(String, char, char[]) @param charsToEscape array of characters to unescape
 

Changed Methods
void startupShutdownMessage(Class<?>, String[], Log) Change in signature from (Class, String[], Log) to (Class<?>, String[], Log).
Print a log message for starting up and shutting down