Polish
This commit is contained in:
parent
0e20ed1d68
commit
de8fe7550f
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue