On Tue, 19 Nov 2024 13:24:04 GMT, Andrey Turbanov <[email protected]> wrote:
>> Phil Race has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8344064 > > src/java.desktop/share/classes/javax/imageio/metadata/IIOMetadata.java line > 401: > >> 399: // Try to load from the module of the IIOMetadata >> implementation >> 400: // for this plugin since the IIOMetadataImpl is part of the >> plugin >> 401: Class<?> cls = getMetadataFormatClass(formatClassName); > > Suggestion: > > Class<?> cls = getMetadataFormatClass(formatClassName); ok. But do you have any comments on the *functional* aspect of this PR ? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/22186#discussion_r1848784559
