jdk/src/windows/classes/sun/security/mscapi/Key.java
changeset 19832 80fff95a633a
parent 11521 d7698e6c5f51
--- 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;