提交 64fbbc14 编写于 作者: D darcy

7082727: VirtualMachineError should declare its serialVersionUID

Reviewed-by: alanb
上级 9334c36e
......@@ -34,6 +34,8 @@ package java.lang;
* @since JDK1.0
*/
abstract public class VirtualMachineError extends Error {
private static final long serialVersionUID = 4161983926571568670L;
/**
* Constructs a <code>VirtualMachineError</code> with no detail message.
*/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册