On Thu, 16 Feb 2023 10:51:10 GMT, Maurizio Cimadamore <[email protected]>
wrote:
>> Adam Sotona has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> added 4-byte Unicode text to Utf8EntryTest
>
> src/java.base/share/classes/jdk/internal/classfile/components/ClassPrinter.java
> line 105:
>
>> 103: * @param out consumer of the printed fragments
>> 104: */
>> 105: default public void toJson(Consumer<String> out) {
>
> there are some `public` modifiers here which can be omitted
will fix it, thanks.
-------------
PR: https://git.openjdk.org/jdk/pull/10982