提交 ada103af authored 作者: noelgrandin's avatar noelgrandin

this constant can be private

上级 1679f435
......@@ -28,7 +28,7 @@ public class RunScriptCommand extends ScriptBase {
* 0xfeff because this is the Unicode char
* represented by the UTF-8 byte order mark (EF BB BF).
*/
public static final char UTF8_BOM = '\uFEFF';
private static final char UTF8_BOM = '\uFEFF';
private String charset = Constants.UTF8;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论