Skip to content

Commit

Permalink
Fix misnamed parameter in DevservicesElasticsearchBuildItem
Browse files Browse the repository at this point in the history
  • Loading branch information
yrodiere committed Feb 28, 2022
1 parent 173cfa7 commit 9a3e3cc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ public final class DevservicesElasticsearchBuildItem extends MultiBuildItem {
private final String version;
private final Distribution distribution;

public DevservicesElasticsearchBuildItem(String configItemName) {
this.hostsConfigProperty = configItemName;
public DevservicesElasticsearchBuildItem(String hostsConfigProperty) {
this.hostsConfigProperty = hostsConfigProperty;
this.version = null;
this.distribution = Distribution.ELASTIC;
}
Expand Down

0 comments on commit 9a3e3cc

Please sign in to comment.