RFR: 8252552: DecimalFormat javadoc contains HTML tags in example code

2020-08-31 Thread Naoto Sato
Hello, Please review this simple javadoc fix to: https://bugs.openjdk.java.net/browse/JDK-8252552 The proposed diff is inserted here: --- --- old/src/java.base/share/classes/java/text/DecimalFormat.java 2020-08-31 09:07:22.0 -0700 +++ new/src/java.base/share/classes/java/text/DecimalF

Re: RFR: 8252552: DecimalFormat javadoc contains HTML tags in example code

2020-08-31 Thread Lance Andersen
Hi Naoto, Looks OK to me. Best Lance > On Aug 31, 2020, at 12:22 PM, Naoto Sato wrote: > > Hello, > > Please review this simple javadoc fix to: > > https://bugs.openjdk.java.net/browse/JDK-8252552 > > The proposed diff is inserted here: > > --- > --- old/src/java.base/share/classes/java/

Re: RFR: 8252552: DecimalFormat javadoc contains HTML tags in example code

2020-08-31 Thread Joe Wang
+1 Or, maybe is not needed for code comments -Joe On 8/31/20 10:14 AM, Lance Andersen wrote: Hi Naoto, Looks OK to me. Best Lance On Aug 31, 2020, at 12:22 PM, Naoto Sato wrote: Hello, Please review this simple javadoc fix to: https://bugs.openjdk.java.net/browse/JDK-8252552 The prop

Re: RFR: 8252552: DecimalFormat javadoc contains HTML tags in example code

2020-08-31 Thread Naoto Sato
Thanks, Joe! On 8/31/20 12:55 PM, Joe Wang wrote: +1 Or, maybe is not needed for code comments Yes. I just kept it as is, as it seems the comment summarizes what the examples do. Naoto -Joe On 8/31/20 10:14 AM, Lance Andersen wrote: Hi Naoto, Looks OK to me. Best Lance On Aug 31,