Improve readability of MessageSourceSupport Javadoc

Closes gh-26874
This commit is contained in:
Sviatoslav Hryb
2021-04-29 18:42:41 +03:00
committed by GitHub
parent 26ed6d8bce
commit 118c7f969b

View File

@@ -64,7 +64,7 @@ public abstract class MessageSourceSupport {
* Set this to "true" to enforce MessageFormat for all messages,
* expecting all message texts to be written with MessageFormat escaping.
* <p>For example, MessageFormat expects a single quote to be escaped
* as "''". If your message texts are all written with such escaping,
* as <code>"''"</code>. If your message texts are all written with such escaping,
* even when not defining argument placeholders, you need to set this
* flag to "true". Else, only message texts with actual arguments
* are supposed to be written with MessageFormat escaping.