On Thu, 23 Sep 2021 08:35:38 GMT, Sergey Bylokhov <[email protected]> wrote:
>> Andrey Turbanov has updated the pull request incrementally with one >> additional commit since the last revision: >> >> 8274016: Replace 'for' cycles with iterator with enhanced-for in >> java.desktop >> cleanup toArray conversion in SimpleRenderedImage > > src/java.desktop/share/classes/com/sun/imageio/plugins/common/SimpleRenderedImage.java > line 286: > >> 284: >> 285: // Copy the strings from the ArrayList over to a String array. >> 286: String[] prefixNames = names.toArray(new String[0]); > > Looks like the comment became useless Agree. Removed. ------------- PR: https://git.openjdk.java.net/jdk/pull/5578
