Replace xml = xml + ... with xml += ... Use StandardCharsets constant and remove unnecessary exception handling Eliminate last occurrences of "\n"
Replace xml = xml + ... with xml += ... Use StandardCharsets constant and remove unnecessary exception handling Eliminate last occurrences of "\n"