Skip to content

Commit 118c7f9

Browse files
authored
Improve readability of MessageSourceSupport Javadoc
Closes gh-26874
1 parent 26ed6d8 commit 118c7f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)