8074788: Javadoc typo in PKCS8EncodedKeySpec
authordarcy
Mon, 09 Mar 2015 18:16:52 -0700
changeset 29379 1c96d0c40425
parent 29378 0b887bd67c55
child 29380 c18777f9b6b9
8074788: Javadoc typo in PKCS8EncodedKeySpec Reviewed-by: xuelei
jdk/src/java.base/share/classes/java/security/spec/PKCS8EncodedKeySpec.java
--- a/jdk/src/java.base/share/classes/java/security/spec/PKCS8EncodedKeySpec.java	Mon Mar 09 17:37:34 2015 -0700
+++ b/jdk/src/java.base/share/classes/java/security/spec/PKCS8EncodedKeySpec.java	Mon Mar 09 18:16:52 2015 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2014, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2015, 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
@@ -89,7 +89,7 @@
      * Java Cryptography Architecture Standard Algorithm Name Documentation</a>
      * for information about standard algorithm names.
      * @throws NullPointerException if {@code encodedKey}
-     * or {@algorithm} is null.
+     * or {@code algorithm} is null.
      * @throws IllegalArgumentException if {@code algorithm} is
      * the empty string {@code ""}
      * @since 1.9