From 792a74931e84fa281b0cfeddf49b45695058ca90 Mon Sep 17 00:00:00 2001 From: Laurent SCHOELENS <61973605+laurentschoelens@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:01:45 +0200 Subject: [PATCH] =?UTF-8?q?[#1804]=C2=A0fixes=20javadoc=20regression?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tools/xjc/generator/bean/field/MessageBundle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jaxb-ri/xjc/src/main/resources/com/sun/tools/xjc/generator/bean/field/MessageBundle.properties b/jaxb-ri/xjc/src/main/resources/com/sun/tools/xjc/generator/bean/field/MessageBundle.properties index 030aabbf2..1fd9927dc 100644 --- a/jaxb-ri/xjc/src/main/resources/com/sun/tools/xjc/generator/bean/field/MessageBundle.properties +++ b/jaxb-ri/xjc/src/main/resources/com/sun/tools/xjc/generator/bean/field/MessageBundle.properties @@ -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 @@ -25,8 +25,8 @@ DEFAULT_GETTER_LIST_JAVADOC = \ Gets the value of the {0} property.\n\n\

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 set method for the {0} property.

\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.

\n\n\

\n\ For example, to add a new item, do as follows:\n\

\n\