The DateTimeFormatter#getDecimalStyle javadoc currently states:
...
* @return the locale of this formatter, not null
This should instead say something like:
* @return the DecimalStyle of this formatter, not null
...
* @return the locale of this formatter, not null
This should instead say something like:
* @return the DecimalStyle of this formatter, not null