Commit de8fe755 authored by Stephane Nicoll's avatar Stephane Nicoll

Polish

parent 0e20ed1d
...@@ -57,8 +57,8 @@ public class DatadogProperties extends StepRegistryProperties { ...@@ -57,8 +57,8 @@ public class DatadogProperties extends StepRegistryProperties {
return this.hostTag; return this.hostTag;
} }
public void setHostKey(String hostKey) { public void setHostTag(String hostTag) {
this.hostTag = hostKey; this.hostTag = hostTag;
} }
public String getUri() { public String getUri() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment