jdk/src/share/classes/sun/security/x509/X509Key.java
changeset 19375 cdfdb9c0590e
parent 10336 0bb1999251f8
--- a/jdk/src/share/classes/sun/security/x509/X509Key.java	Thu Aug 08 12:03:04 2013 -0700
+++ b/jdk/src/share/classes/sun/security/x509/X509Key.java	Thu Aug 08 17:06:40 2013 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1996, 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
@@ -79,6 +79,7 @@
      * Added to keep the byte[] key form consistent with the BitArray
      * form. Can de deleted when byte[] key is deleted.
      */
+    @Deprecated
     private int unusedBits = 0;
 
     /* BitArray form of key */