We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26ed6d8 commit 118c7f9Copy full SHA for 118c7f9
spring-context/src/main/java/org/springframework/context/support/MessageSourceSupport.java
@@ -64,7 +64,7 @@ public abstract class MessageSourceSupport {
64
* Set this to "true" to enforce MessageFormat for all messages,
65
* expecting all message texts to be written with MessageFormat escaping.
66
* <p>For example, MessageFormat expects a single quote to be escaped
67
- * as "''". If your message texts are all written with such escaping,
+ * as <code>"''"</code>. If your message texts are all written with such escaping,
68
* even when not defining argument placeholders, you need to set this
69
* flag to "true". Else, only message texts with actual arguments
70
* are supposed to be written with MessageFormat escaping.
0 commit comments