jdk/src/java.base/share/classes/sun/security/x509/OtherName.java
changeset 30374 2abaf49910ea
parent 25859 3317bb8137f4
child 31426 9cd672654f97
--- a/jdk/src/java.base/share/classes/sun/security/x509/OtherName.java	Wed May 06 10:25:51 2015 +0200
+++ b/jdk/src/java.base/share/classes/sun/security/x509/OtherName.java	Wed May 06 21:15:07 2015 +0400
@@ -237,7 +237,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.
      */
@@ -258,7 +258,7 @@
      * Return subtree depth of this name for purposes of determining
      * NameConstraints minimum and maximum bounds.
      *
-     * @returns distance of name from root
+     * @return distance of name from root
      * @throws UnsupportedOperationException if not supported for this name type
      */
     public int subtreeDepth() {