Java tutorial
//package com.java2s; public class Main { private static void addReportRootTail(StringBuffer sbRoot) { sbRoot.append("</root>"); } }