There was an error while loading. Please reload this page.
1 parent e50219b commit a07b996Copy full SHA for a07b996
src/main/java/org/sourcelab/storm/spout/redis/failhandler/ExponentialBackoffConfig.java
@@ -167,14 +167,14 @@ public Builder withRetryDelayMaxMs(long retryDelayMaxMs) {
167
return this;
168
}
169
170
- public Builder withMetricsEnabled() {
171
- return withMetricsEnabled(true);
172
- }
173
-
174
public Builder withMetricsDisabled() {
175
return withMetricsEnabled(false);
176
177
+ public Builder withMetricsEnabled() {
+ return withMetricsEnabled(true);
+ }
+
178
public Builder withMetricsEnabled(final boolean enabled) {
179
this.metricsEnabled = enabled;
180
0 commit comments