diff --git a/src/windows/classes/sun/security/mscapi/Key.java b/src/windows/classes/sun/security/mscapi/Key.java index 6fa195acfed39493644cc9cba06eb0abe64234cc..0124ffb3a40b7ab4516708289fdc21b586d38557 100644 --- a/src/windows/classes/sun/security/mscapi/Key.java +++ b/src/windows/classes/sun/security/mscapi/Key.java @@ -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 @@ import sun.security.util.Length; */ abstract class Key implements java.security.Key, Length { + private static final long serialVersionUID = -1088859394025049194L; // Native handle protected long hCryptProv = 0;