Skip to content

Commit 15d6b1d

Browse files
committed
Update HttpService.java
1 parent f741faa commit 15d6b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splunk/src/main/java/com/splunk/HttpService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ public static void setSslSecurityProtocol(SSLSecurityProtocol securityProtocol)
238238
* Adds list of Cluster Master Hosts to the list of Valid Hosts for Hostname verification.
239239
* @param searchHeadService Splunk SearchHead Service instance
240240
*/
241-
public static void setClusterMasterUri(Service searchHeadService){
241+
public static void addClusterMasterURIsToHosts(Service searchHeadService){
242242
VALID_HOSTS.addAll(searchHeadService.getClusterMasters());
243243
}
244244

0 commit comments

Comments
 (0)