This commit is contained in:
地平线
2015-11-06 17:02:25 +08:00
parent 9223198c6f
commit 28828fb1ef

View File

@@ -15,7 +15,7 @@ import java.util.function.*;
* *
* @author zhangjx * @author zhangjx
*/ */
public class JsonByteBufferWriter extends JsonWriter { public final class JsonByteBufferWriter extends JsonWriter {
private static final Charset UTF8 = Charset.forName("UTF-8"); private static final Charset UTF8 = Charset.forName("UTF-8");