jdk/src/java.base/share/classes/sun/security/x509/X400Address.java
changeset 30374 2abaf49910ea
parent 25859 3317bb8137f4
--- a/jdk/src/java.base/share/classes/sun/security/x509/X400Address.java	Wed May 06 10:25:51 2015 +0200
+++ b/jdk/src/java.base/share/classes/sun/security/x509/X400Address.java	Wed May 06 21:15:07 2015 +0400
@@ -340,7 +340,7 @@
     /**
      * Create the X400Address object from the specified byte array
      *
-     * @param nameValue value of the name as a byte array
+     * @param value value of the name as a byte array
      */
     public X400Address(byte[] value) {
         nameValue = value;
@@ -392,7 +392,7 @@
      * certification path verification.
      *
      * @param inputName to be checked for being constrained
-     * @returns constraint type above
+     * @return constraint type above
      * @throws UnsupportedOperationException if name is same type, but comparison operations are
      *          not supported for this name type.
      */
@@ -413,7 +413,7 @@
      * NameConstraints minimum and maximum bounds and for calculating
      * path lengths in name subtrees.
      *
-     * @returns distance of name from root
+     * @return distance of name from root
      * @throws UnsupportedOperationException if not supported for this name type
      */
     public int subtreeDepth() throws UnsupportedOperationException {