On Wed, 29 May 2024 01:09:50 GMT, Alex Menkov <amen...@openjdk.org> wrote:
>> Chris Plummer has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Add period at end of comments > > src/jdk.jdi/share/classes/com/sun/tools/jdi/ReferenceTypeImpl.java line 185: > >> 183: public String signature() { >> 184: if (signature == null) { >> 185: // Does not need synchronization. Worst case is static info >> is fetched twice > > Could you add dot at the end of all updated comments Ok. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/19439#discussion_r1618065025