Skip to content

Commit a07b996

Browse files
committed
resolve codestyle violations
1 parent e50219b commit a07b996

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main/java/org/sourcelab/storm/spout/redis/failhandler/ExponentialBackoffConfig.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,14 +167,14 @@ public Builder withRetryDelayMaxMs(long retryDelayMaxMs) {
167167
return this;
168168
}
169169

170-
public Builder withMetricsEnabled() {
171-
return withMetricsEnabled(true);
172-
}
173-
174170
public Builder withMetricsDisabled() {
175171
return withMetricsEnabled(false);
176172
}
177173

174+
public Builder withMetricsEnabled() {
175+
return withMetricsEnabled(true);
176+
}
177+
178178
public Builder withMetricsEnabled(final boolean enabled) {
179179
this.metricsEnabled = enabled;
180180
return this;

0 commit comments

Comments
 (0)