File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
jaxb-ri/xjc/src/main/resources/com/sun/tools/xjc/generator/bean/field Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
#
2
2
# Copyright (c) 1997, 2023 Oracle and/or its affiliates. All rights reserved.
3
+ # Copyright (c) 2025 Contributors to the Eclipse Foundation. All rights reserved.
3
4
#
4
5
# This program and the accompanying materials are made available under the
5
6
# terms of the Eclipse Distribution License v. 1.0, which is available at
@@ -25,8 +26,8 @@ DEFAULT_GETTER_LIST_JAVADOC = \
25
26
Gets the value of the {0} property.\n\n \
26
27
<p>This accessor method returns a reference to the live list,\n \
27
28
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 \
30
31
<p>\n \
31
32
For example, to add a new item, do as follows:\n \
32
33
</p>\n \
You can’t perform that action at this time.
0 commit comments