On Wed, 20 Jan 2021 15:32:13 GMT, Claes Redestad <redes...@openjdk.org> wrote:
>> eirbjo has updated the pull request incrementally with one additional commit >> since the last revision: >> >> As a part of the rename from "canonize" to "canonicalize", doCanonize >> should also be renamed. This was an oversight in the original PR. > > src/java.base/share/classes/sun/net/www/protocol/jar/Handler.java line 232: > >> 230: } >> 231: >> 232: private static String doCanonize(String file) { > > nit: doCanonicalize Good catch! Not enough coffee :-) ------------- PR: https://git.openjdk.java.net/jdk/pull/2167