Skip to content

Commit

Permalink
Update AbstractDatabaseBaseAdminCommand.java
Browse files Browse the repository at this point in the history
changing Header implementation
  • Loading branch information
hdulay committed Jul 10, 2024
1 parent 5128387 commit c272729
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
import java.util.Map;
import java.util.stream.Collectors;
import javax.net.ssl.SSLContext;
import org.apache.http.Header;
import org.apache.http.message.BasicHeader;
import org.apache.hc.core5.http.Header;
import org.apache.hc.core5.http.message.BasicHeader;
import org.apache.pinot.common.auth.AuthProviderUtils;
import org.apache.pinot.common.utils.ClientSSLContextGenerator;
import org.apache.pinot.spi.auth.AuthProvider;
Expand Down

0 comments on commit c272729

Please sign in to comment.