# HG changeset patch # User xuelei # Date 1378873888 25200 # Node ID 80fff95a633a343c9751a714ce59e2595b8f6136 # Parent 8303faa784f39508204f8220271db18e1093cc2e 8024501: sun.security.mscapi.Key has no definition of serialVersionUID Reviewed-by: weijun diff -r 8303faa784f3 -r 80fff95a633a 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;