Re: RFR: 8312578: Redundant javadoc in X400Address

2023-07-24 Thread Hai-May Chao
On Mon, 24 Jul 2023 08:04:53 GMT, John Jiang wrote: > [JDK-8296741] removed the constructor `X400Address(byte[] value)`, but it > didn't remove the javadoc for this constructor. > This simple patch just removes this javadoc. > > [JDK-8296741]: >

Re: RFR: 8312578: Redundant javadoc in X400Address

2023-07-24 Thread Xue-Lei Andrew Fan
On Mon, 24 Jul 2023 08:04:53 GMT, John Jiang wrote: > [JDK-8296741] removed the constructor `X400Address(byte[] value)`, but it > didn't remove the javadoc for this constructor. > This simple patch just removes this javadoc. > > [JDK-8296741]: >

RFR: 8312578: Redundant javadoc in X400Address

2023-07-24 Thread John Jiang
[JDK-8296741] removed the constructor `X400Address(byte[] value)`, but it didn't remove the javadoc for this constructor. This simple patch just removes this javadoc. [JDK-8296741]: - Commit messages: - 8312578: Redundant javadoc in