# HG changeset patch # User sherman # Date 1421444799 28800 # Node ID 9a6247bbed985f7121b09018ae9580b4d6ec1175 # Parent 8327024a99559982b848e9c2191da9c0bf8838fd 8042262: Javadoc typo in java.util.Formatter Summary: to fix the simple typo in java doc Reviewed-by: rriggs, lancea diff -r 8327024a9955 -r 9a6247bbed98 jdk/src/java.base/share/classes/java/util/Formatter.java --- a/jdk/src/java.base/share/classes/java/util/Formatter.java Wed Jul 05 20:15:13 2017 +0200 +++ b/jdk/src/java.base/share/classes/java/util/Formatter.java Fri Jan 16 13:46:39 2015 -0800 @@ -1835,7 +1835,7 @@ *

The maximum number of arguments is limited by the maximum dimension of a * Java array as defined by * The Java™ Virtual Machine Specification. - * If the argument index is does not correspond to an + * If the argument index does not correspond to an * available argument, then a {@link MissingFormatArgumentException} is thrown. * *

If there are more arguments than format specifiers, the extra arguments