Skip to content

Commit

Permalink
[eclipse-ee4j#1804] fixes javadoc regression
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentschoelens committed Jun 19, 2024
1 parent b7d1ff7 commit 792a749
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 1997, 2023 Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 1997, 2024 Oracle and/or its affiliates. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Distribution License v. 1.0, which is available at
Expand All @@ -25,8 +25,8 @@ DEFAULT_GETTER_LIST_JAVADOC = \
Gets the value of the {0} property.\n\n\
<p>This accessor method returns a reference to the live list,\n\
not a snapshot. Therefore any modification you make to the\n\
returned list will be present inside the JAXB object.\n\
This is why there is not a <CODE>set</CODE> method for the {0} property.</p>\n\n\
returned list will be present inside the Jakarta XML Binding object.\n\
This is why there is not a {@code set} method for the {0} property.</p>\n\n\
<p>\n\
For example, to add a new item, do as follows:\n\
</p>\n\
Expand Down

0 comments on commit 792a749

Please sign in to comment.