--- old/src/share/classes/java/security/KeyPair.java 2013-06-28 10:31:44.318376953 -0700 +++ new/src/share/classes/java/security/KeyPair.java 2013-06-28 10:31:44.158376956 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1996, 2003, 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 @@ -50,7 +50,7 @@ * *

Note that this constructor only stores references to the public * and private key components in the generated key pair. This is safe, - * because Key objects are immutable. + * because {@code Key} objects are immutable. * * @param publicKey the public key. *