< prev index next >

src/java.base/share/classes/java/util/Formatter.java

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols

*** 1896,1906 **** * // "c" and "d" are ignored because they are not referenced * </pre></blockquote> * * <p> The maximum number of arguments is limited by the maximum dimension of a * Java array as defined by ! * <cite>The Java&trade; Virtual Machine Specification</cite>. * If the argument index does not correspond to an * available argument, then a {@link MissingFormatArgumentException} is thrown. * * <p> If there are more arguments than format specifiers, the extra arguments * are ignored. --- 1896,1906 ---- * // "c" and "d" are ignored because they are not referenced * </pre></blockquote> * * <p> The maximum number of arguments is limited by the maximum dimension of a * Java array as defined by ! * <cite>The Java Virtual Machine Specification</cite>. * If the argument index does not correspond to an * available argument, then a {@link MissingFormatArgumentException} is thrown. * * <p> If there are more arguments than format specifiers, the extra arguments * are ignored.
*** 2587,2597 **** * @param args * Arguments referenced by the format specifiers in the format * string. If there are more arguments than format specifiers, the * extra arguments are ignored. The maximum number of arguments is * limited by the maximum dimension of a Java array as defined by ! * <cite>The Java&trade; Virtual Machine Specification</cite>. * * @throws IllegalFormatException * If a format string contains an illegal syntax, a format * specifier that is incompatible with the given arguments, * insufficient arguments given the format string, or other --- 2587,2597 ---- * @param args * Arguments referenced by the format specifiers in the format * string. If there are more arguments than format specifiers, the * extra arguments are ignored. The maximum number of arguments is * limited by the maximum dimension of a Java array as defined by ! * <cite>The Java Virtual Machine Specification</cite>. * * @throws IllegalFormatException * If a format string contains an illegal syntax, a format * specifier that is incompatible with the given arguments, * insufficient arguments given the format string, or other
*** 2626,2636 **** * @param args * Arguments referenced by the format specifiers in the format * string. If there are more arguments than format specifiers, the * extra arguments are ignored. The maximum number of arguments is * limited by the maximum dimension of a Java array as defined by ! * <cite>The Java&trade; Virtual Machine Specification</cite>. * * @throws IllegalFormatException * If a format string contains an illegal syntax, a format * specifier that is incompatible with the given arguments, * insufficient arguments given the format string, or other --- 2626,2636 ---- * @param args * Arguments referenced by the format specifiers in the format * string. If there are more arguments than format specifiers, the * extra arguments are ignored. The maximum number of arguments is * limited by the maximum dimension of a Java array as defined by ! * <cite>The Java Virtual Machine Specification</cite>. * * @throws IllegalFormatException * If a format string contains an illegal syntax, a format * specifier that is incompatible with the given arguments, * insufficient arguments given the format string, or other
< prev index next >