Skip to content

Commit 29578a8

Browse files
committed
Fixing checkstyle error
1 parent 522eee6 commit 29578a8

File tree

1 file changed

+1
-1
lines changed
  • http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/utils

1 file changed

+1
-1
lines changed

http-clients/apache-client/src/main/java/software/amazon/awssdk/http/apache/internal/utils/ApacheUtils.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
import java.io.UncheckedIOException;
2020
import org.apache.http.HttpEntity;
2121
import org.apache.http.HttpHost;
22+
import org.apache.http.auth.AUTH;
2223
import org.apache.http.auth.AuthScope;
2324
import org.apache.http.auth.Credentials;
2425
import org.apache.http.auth.NTCredentials;
@@ -30,7 +31,6 @@
3031
import org.apache.http.impl.auth.BasicScheme;
3132
import org.apache.http.impl.client.BasicAuthCache;
3233
import org.apache.http.impl.client.BasicCredentialsProvider;
33-
import org.apache.http.auth.AUTH;
3434
import org.apache.http.message.BasicHeader;
3535
import software.amazon.awssdk.annotations.SdkInternalApi;
3636
import software.amazon.awssdk.http.apache.ProxyConfiguration;

0 commit comments

Comments
 (0)