Improve readability of MessageSourceSupport Javadoc
Closes gh-26874
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user