On Wed, 17 Nov 2021 07:58:28 GMT, viretp <d...@openjdk.java.net> wrote:
>> Daniel Fuchs has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Minor cleanup > > src/java.net.http/share/classes/jdk/internal/net/http/Stream.java line 38: > >> 36: import java.util.Collections; >> 37: import java.util.List; >> 38: import java.util.Locale; > > Is this new import for Locale really necessary? It seems to me that Locale is > not used in the class? Good catch! Removed. ------------- PR: https://git.openjdk.java.net/jdk/pull/6408