Skip to content

Commit b22d221

Browse files
committed
Remove commented property
1 parent f73705b commit b22d221

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

extensions/elasticsearch-rest-client-common/deployment/src/main/java/io/quarkus/elasticsearch/restclient/common/deployment/ElasticsearchCommonBuildTimeConfig.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -65,18 +65,6 @@ interface ElasticsearchDevServicesBuildTimeConfig {
6565
*/
6666
Optional<String> imageName();
6767

68-
/**
69-
* The Elasticsearch container image to use.
70-
*
71-
* Defaults depend on the configured `distribution`:
72-
*
73-
* * For the `elastic` distribution: {elasticsearch-image}
74-
* * For the `opensearch` distribution: {opensearch-image}
75-
*
76-
* @asciidoclet
77-
*/
78-
//Optional<String> imageKibanaName();
79-
8068
/**
8169
* The value for the ES_JAVA_OPTS env variable.
8270
*

0 commit comments

Comments
 (0)