Skip to content

Commit cb975df

Browse files
committed
HBASE-25374 Addressed the test case failure
1 parent 59834a7 commit cb975df

File tree

1 file changed

+1
-1
lines changed
  • hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/client

1 file changed

+1
-1
lines changed

hbase-rest/src/main/java/org/apache/hadoop/hbase/rest/client/Client.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ public Client(Cluster cluster, Configuration conf, boolean sslEnabled) {
172172
*/
173173
public Client(Cluster cluster, String trustStorePath, Optional<String> trustStorePassword,
174174
Optional<String> trustStoreType) {
175-
this(cluster, HBaseConfiguration.create(), trustStorePath, Optional.empty(), Optional.empty());
175+
this(cluster, HBaseConfiguration.create(), trustStorePath, trustStorePassword, trustStoreType);
176176
}
177177

178178
/**

0 commit comments

Comments
 (0)