提交 e01da2eb 编写于 作者: S shade

8004141: UnsafeStaticFieldAccessorImpl#base should be final

Reviewed-by: chegar, alanb
Contributed-by: peter.levart@gmail.com
上级 63976323
......@@ -43,7 +43,7 @@ abstract class UnsafeStaticFieldAccessorImpl extends UnsafeFieldAccessorImpl {
new String[] { "base" });
}
protected Object base; // base
protected final Object base; // base
UnsafeStaticFieldAccessorImpl(Field field) {
super(field);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册