Skip to content

Commit ccae74a

Browse files
[#1804] fixes javadoc regression (#1805)
1 parent 7d147dc commit ccae74a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#
22
# Copyright (c) 1997, 2023 Oracle and/or its affiliates. All rights reserved.
3+
# Copyright (c) 2025 Contributors to the Eclipse Foundation. All rights reserved.
34
#
45
# This program and the accompanying materials are made available under the
56
# terms of the Eclipse Distribution License v. 1.0, which is available at
@@ -25,8 +26,8 @@ DEFAULT_GETTER_LIST_JAVADOC = \
2526
Gets the value of the {0} property.\n\n\
2627
<p>This accessor method returns a reference to the live list,\n\
2728
not a snapshot. Therefore any modification you make to the\n\
28-
returned list will be present inside the JAXB object.\n\
29-
This is why there is not a <CODE>set</CODE> method for the {0} property.</p>\n\n\
29+
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\
3031
<p>\n\
3132
For example, to add a new item, do as follows:\n\
3233
</p>\n\

0 commit comments

Comments
 (0)