On Mon, 23 Dec 2024 12:36:54 GMT, Volkan Yazıcı <d...@openjdk.org> wrote:
>> Cleans up `sun.net.www.MimeTable`: >> >> * Removes unused methods & variables >> * Removes commented out code >> * Simplifies iterations over arrays > > Volkan Yazıcı has updated the pull request incrementally with one additional > commit since the last revision: > > Make `MimeTable` final src/java.base/share/classes/sun/net/www/MimeTable.java line 186: > 184: } > 185: > 186: public synchronized Enumeration<MimeEntry> elements() { Can we drop `elements` as well? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/22831#discussion_r1895721800