Skip to content

Commit e19463f

Browse files
committed
Renamed constant as proposed by Marko
1 parent 685e52f commit e19463f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ private RunningDevService startDashboardDevServices(
316316
launchMode.getLaunchMode(), useSharedNetwork));
317317

318318
// Starting the server
319-
final Supplier<RunningDevService> defaultElasticsearchSupplier = () -> {
319+
final Supplier<RunningDevService> defaultDashboardsSupplier = () -> {
320320

321321
String defaultNetworkId = composeProjectBuildItem.getDefaultNetworkId();
322322
CreatedContainer createdContainer = resolvedDistribution.equals(Distribution.ELASTIC)
@@ -352,7 +352,7 @@ private RunningDevService startDashboardDevServices(
352352
containerAddress.getId(),
353353
null,
354354
buildPropertiesMap(buildItemConfig, containerAddress.getUrl())))
355-
.orElseGet(defaultElasticsearchSupplier);
355+
.orElseGet(defaultDashboardsSupplier);
356356
}
357357

358358
private CreatedContainer createElasticsearchContainer(ElasticsearchDevServicesBuildTimeConfig config,

0 commit comments

Comments
 (0)