提交 caf0d06f 编写于 作者: J jlahoda

8025491: Javac regression test tools/javac/T8003967/DetectMutableStaticFields.java failing

Summary: Making HtmlTree.NONENCODING_CHARS final
Reviewed-by: jjg
上级 4049e652
......@@ -167,7 +167,7 @@ public class HtmlTree extends Content {
/**
* A set of ASCII URI characters to be left unencoded.
*/
public static BitSet NONENCODING_CHARS = new BitSet(256);
public static final BitSet NONENCODING_CHARS = new BitSet(256);
static {
// alphabetic characters
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册