--- old/src/java.base/share/classes/java/time/format/DecimalStyle.java 2017-11-22 10:51:15.119199626 -0800 +++ new/src/java.base/share/classes/java/time/format/DecimalStyle.java 2017-11-22 10:51:14.729192168 -0800 @@ -147,6 +147,11 @@ * Obtains the DecimalStyle for the specified locale. *

* This method provides access to locale sensitive decimal style symbols. + * If the locale contains "nu" (Numbering System) and/or "rg" + * (Region Override) + * Unicode extensions, returned instance will reflect the values specified with + * those extensions. If both "nu" and "rg" are specified, the value from + * the "nu" extension supersedes the implicit one from the "rg" extension. * * @param locale the locale, not null * @return the decimal style, not null