Remove getDefault() from MetricExportProperties

Fixes gh-3112
This commit is contained in:
Dave Syer 2015-06-04 12:39:54 +01:00
parent c108b1483a
commit 6c653038f6

View File

@ -98,15 +98,6 @@ public class MetricExportProperties extends TriggerProperties {
this.redis = redis;
}
/**
* Default values for trigger configuration for all writers. Can also be set by
* including a writer with {@code name="*"}.
* @return the default trigger configuration
*/
public TriggerProperties getDefault() {
return this;
}
/**
* Find a matching trigger configuration.
* @param name the bean name to match