On Fri, 19 Dec 2025 18:33:13 GMT, Naoto Sato <[email protected]> wrote:
>> Justin Lu has updated the pull request incrementally with two additional >> commits since the last revision: >> >> - nontestng -> nonjunit >> - Fix comments > > test/jdk/java/time/tck/java/time/chrono/serial/TCKChronoLocalDateSerialization.java > line 89: > >> 87: static final int HIJRAH_DATE_TYPE = 6; // >> java.time.chrono.Ser.HIJRAH_DATE_TYPE >> 88: static final int MINGUO_DATE_TYPE = 7; // >> java.time.chrono.Ser.MINGUO_DATE_TYPE >> 89: static final int THAIBUDDHIST_DATE_TYPE = 8; // >> java.time.chrono.Ser.THAIBUDDHIST_DATE_TYPE// >> java.time.chrono.Ser.THAIBUDDHIST_DATE_TYPE > > The comment seems duplicated for no apparent reason. (Tool's bug?) Thanks for spotting, it does appear to be left by the tool. I searched for other occurrences and did not find any besides the ones you mentioned. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/28911#discussion_r2636118993
