Skip to content

Commit

Permalink
Document arguments passed to MessageFormat
Browse files Browse the repository at this point in the history
Resolves #2398.
  • Loading branch information
marcphilipp committed Sep 12, 2020
1 parent 0c2876b commit 5c00088
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,9 @@
* </ul>
*
* <p>For the latter, you may use {@link java.text.MessageFormat} patterns
* to customize formatting.
* to customize formatting. Please note that the original arguments are
* passed when formatting, regardless of any implicit or explicit argument
* conversions.
*
* @see java.text.MessageFormat
*/
Expand Down

0 comments on commit 5c00088

Please sign in to comment.