Browse Source

Improve readability of MessageSourceSupport Javadoc

Closes gh-26874
pull/26905/head
Sviatoslav Hryb 4 years ago committed by GitHub
parent
commit
118c7f969b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      spring-context/src/main/java/org/springframework/context/support/MessageSourceSupport.java

2
spring-context/src/main/java/org/springframework/context/support/MessageSourceSupport.java

@ -64,7 +64,7 @@ public abstract class MessageSourceSupport { @@ -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.

Loading…
Cancel
Save