Skip to content

Commit

Permalink
import order
Browse files Browse the repository at this point in the history
Signed-off-by: David Kral <[email protected]>
  • Loading branch information
Verdent committed Sep 20, 2023
1 parent c72fd18 commit 22dc747
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
import io.helidon.webclient.api.WebClientServiceRequest;
import io.helidon.webclient.api.WebClientServiceResponse;

import static java.lang.System.Logger.Level.TRACE;
import static io.helidon.webclient.http2.RedirectionProcessor.checkRedirectHeaders;
import static java.lang.System.Logger.Level.TRACE;

class Http2CallOutputStreamChain extends Http2CallChainBase {
private static final System.Logger LOGGER = System.getLogger(Http2CallOutputStreamChain.class.getName());
Expand Down

0 comments on commit 22dc747

Please sign in to comment.