jdk/src/java.base/share/classes/java/lang/reflect/Method.java
changeset 32033 bf24e33c7919
parent 31671 362e0c0acece
child 32268 9fe7ee60d49d
--- a/jdk/src/java.base/share/classes/java/lang/reflect/Method.java	Wed Aug 05 12:19:38 2015 -0700
+++ b/jdk/src/java.base/share/classes/java/lang/reflect/Method.java	Thu Aug 06 13:20:13 2015 +0300
@@ -387,8 +387,8 @@
      *
      * If this method was declared to take a variable number of
      * arguments, instead of denoting the last parameter as
-     * "<tt><i>Type</i>[]</tt>", it is denoted as
-     * "<tt><i>Type</i>...</tt>".
+     * "<code><i>Type</i>[]</code>", it is denoted as
+     * "<code><i>Type</i>...</code>".
      *
      * A space is used to separate access modifiers from one another
      * and from the type parameters or return type.  If there are no