On Tue, 25 Jan 2022 02:42:45 GMT, Joe Darcy <da...@openjdk.org> wrote:

> Making the exception message friendlier to users.

src/java.base/share/classes/jdk/internal/reflect/Reflection.java line 387:

> 385:             msg += "a member of " + memberClass + memberSuffix +
> 386:                 (packageAccess ?
> 387:                  " package access" :

Suggestion: "with package access".

-------------

PR: https://git.openjdk.java.net/jdk/pull/7208

Reply via email to