This commit is contained in:
Stephane Nicoll 2017-12-14 12:16:22 +01:00
parent 0e20ed1d68
commit de8fe7550f
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ public class DatadogProperties extends StepRegistryProperties {
return this.hostTag;
}
public void setHostKey(String hostKey) {
this.hostTag = hostKey;
public void setHostTag(String hostTag) {
this.hostTag = hostTag;
}
public String getUri() {