Remove IntegrationNode.Stats.deprecated const
This commit is contained in:
@@ -109,14 +109,12 @@ public abstract class IntegrationNode {
|
||||
|
||||
public static class Stats {
|
||||
|
||||
private static final String deprecated = "stats are deprecated in favor of sendTimers and receiveCounters";
|
||||
|
||||
protected boolean isAvailable() {
|
||||
return false;
|
||||
}
|
||||
|
||||
public String getDeprecated() {
|
||||
return deprecated;
|
||||
return "stats are deprecated in favor of sendTimers and receiveCounters";
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user