8024501: sun.security.mscapi.Key has no definition of serialVersionUID
authorxuelei
Tue, 10 Sep 2013 21:31:28 -0700
changeset 19832 80fff95a633a
parent 19831 8303faa784f3
child 19833 e899d1502dc7
8024501: sun.security.mscapi.Key has no definition of serialVersionUID Reviewed-by: weijun
jdk/src/windows/classes/sun/security/mscapi/Key.java
--- a/jdk/src/windows/classes/sun/security/mscapi/Key.java	Tue Sep 10 10:42:55 2013 +0100
+++ b/jdk/src/windows/classes/sun/security/mscapi/Key.java	Tue Sep 10 21:31:28 2013 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -39,6 +39,7 @@
  */
 abstract class Key implements java.security.Key, Length
 {
+    private static final long serialVersionUID = -1088859394025049194L;
 
     // Native handle
     protected long hCryptProv = 0;