--- old/src/java.base/share/classes/java/lang/reflect/Method.java 2015-08-03 12:10:16.779458303 +0300 +++ new/src/java.base/share/classes/java/lang/reflect/Method.java 2015-08-03 12:10:16.463300297 +0300 @@ -387,8 +387,8 @@ * * If this method was declared to take a variable number of * arguments, instead of denoting the last parameter as - * "Type[]", it is denoted as - * "Type...". + * "Type[]", it is denoted as + * "Type...". * * A space is used to separate access modifiers from one another * and from the type parameters or return type. If there are no