Skip to content

Commit 19d2460

Browse files
committed
Escaped curly braces in message property.
Without escaping `MessageFormatter` is unable to process the message.
1 parent 4dacd95 commit 19d2460

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jaxb-ri/xjc/src/main/resources/com/sun/tools/xjc/generator/bean/field/MessageBundle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ DEFAULT_GETTER_LIST_JAVADOC = \
2727
<p>This accessor method returns a reference to the live list,\n\
2828
not a snapshot. Therefore any modification you make to the\n\
2929
returned list will be present inside the Jakarta XML Binding object.\n\
30-
This is why there is not a {@code set} method for the {0} property.</p>\n\n\
30+
This is why there is not a '{'@code set'}' method for the {0} property.</p>\n\n\
3131
<p>\n\
3232
For example, to add a new item, do as follows:\n\
3333
</p>\n\

0 commit comments

Comments
 (0)