RFR: 6415694 Clarification in Javadoc for java.rmi.AlreadyBoundException

Jayashree Sk1 jayashreesk at in.ibm.com
Thu Apr 30 05:24:05 UTC 2020


Thanks for the review comment Stuart. Yes, I will need a sponsor, this is my first time here in OpenJDK. 


Regards!
Jay
 
-----Stuart Marks <stuart.marks at oracle.com> wrote: -----
To: Jayashree Sk1 <jayashreesk at in.ibm.com>
From: Stuart Marks <stuart.marks at oracle.com>
Date: 04/30/2020 09:22AM
Cc: core-libs-dev at openjdk.java.net
Subject: [EXTERNAL] Re: RFR: 6415694 Clarification in Javadoc for java.rmi.AlreadyBoundException

The change looks fine. Although this is in a normative portion of the 
specification, the nature of the change is purely editorial, so I don't think it 
needs a CSR.

Do you need a sponsor?

s'marks

On 4/29/20 2:57 AM, Jayashree Sk1 wrote:
> Hi All,
>          Please find the below changes for the issues https://urldefense.proofpoint.com/v2/url?u=https-3A__bugs.openjdk.java.net_browse_JDK-2D6415694&d=DwICaQ&c=jf_iaSHvJObTbx-siA1ZOg&r=rA_13vli8clPM_toR46hq8FVwH3XGr8z7cUfcQoqL-k&m=OXEC-w1xTWoJUyw_sRivRwIGmkHIUc3DllMsA_N3qIk&s=iesFFcE4NSOreLmf8vwdKzcdnFgjGE_SEERICPUFef4&e= .
> It is a description change, which was already approved by the reviewer.
> 
> Thanks!
> 
> diff -r 59b5bd9a7168 src/java.rmi/share/classes/java/rmi/AlreadyBoundException.java
> --- a/src/java.rmi/share/classes/java/rmi/AlreadyBoundException.java    Mon Mar 16 02:16:49 2020 -0400
> +++ b/src/java.rmi/share/classes/java/rmi/AlreadyBoundException.java    Mon Mar 30 15:45:43 2020 +0530
> @@ -26,8 +26,8 @@
>   
>   /**
>    * An <code>AlreadyBoundException</code> is thrown if an attempt
> - * is made to bind an object in the registry to a name that already
> - * has an associated binding.
> + * is made to bind an object to a name that already
> + * has an associated binding in the registry.
>    *
>    * @since   1.1
>    * @author  Ann Wollrath
> 




More information about the core-libs-dev mailing list