--- old/src/java.base/share/classes/java/text/MessageFormat.java 2017-05-05 15:25:56.123999344 -0700 +++ new/src/java.base/share/classes/java/text/MessageFormat.java 2017-05-05 15:25:55.999993929 -0700 @@ -146,11 +146,15 @@ * shown in the table are illegal. A SubformatPattern must * be a valid pattern string for the {@code Format} subclass used. * - * + *
+ * + * * * + * * * *
Shows how FormatType and FormatStyle values map to Format instances
FormatType * FormatStyle * Subformat Created + *
(none) * (none) @@ -213,6 +217,7 @@ * choice * SubformatPattern * {@code new} {@link ChoiceFormat#ChoiceFormat(String) ChoiceFormat}{@code (subformatPattern)} + *
* *

Usage Information

@@ -766,11 +771,15 @@ * argument is unavailable if arguments is * null or has fewer than argumentIndex+1 elements. * - * + *
+ * + * * * + * * * *
Examples of subformat,argument,and formatted text
Subformat * Argument * Formatted Text + *
any * unavailable @@ -805,6 +814,7 @@ * null * any * argument.toString() + *
*

* If pos is non-null, and refers to