RFR: JDK-8315458 Implementation of Implicitly Declared Classes and Instance Main Method (Second Preview) [v7]
Jim Laskey
jlaskey at openjdk.org
Thu Nov 2 17:49:15 UTC 2023
On Thu, 2 Nov 2023 17:17:42 GMT, Jan Lahoda <jlahoda at openjdk.org> wrote:
>> Jim Laskey has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Revised implicit class test
>
> src/java.base/share/classes/jdk/internal/misc/MainMethodFinder.java line 33:
>
>> 31: public class MainMethodFinder {
>> 32: /**
>> 33: * {@return true if method mets the requirements of a main method}
>
> Nit/typo
> Suggestion:
>
> * {@return true if the method meets the requirements of a main method}
Changing
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/16461#discussion_r1380575947
More information about the compiler-dev
mailing list