Skip to content

Commit 349d8a8

Browse files
pioorgkiview
andauthored
Update modules/elasticsearch/src/main/java/org/testcontainers/elasticsearch/ElasticsearchContainer.java
Co-authored-by: Kevin Wittek <kiview@users.noreply.github.com>
1 parent 955f9cd commit 349d8a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modules/elasticsearch/src/main/java/org/testcontainers/elasticsearch/ElasticsearchContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ public String getHttpHostAddress() {
223223
*
224224
* @return "http" or "https"
225225
*/
226-
public String getHttpScheme() {
226+
String getHttpScheme() {
227227
String securityEnabled = getEnvMap().get("xpack.security.enabled");
228228
String httpSslEnabled = getEnvMap().get("xpack.security.http.ssl.enabled");
229229

0 commit comments

Comments
 (0)