Code Quality Improvement - Redundant Field Initializer
This commit is contained in:
@@ -5,8 +5,8 @@ public class Backoff {
|
||||
private long ms = 100;
|
||||
private long max = 10000;
|
||||
private int factor = 2;
|
||||
private double jitter = 0.0;
|
||||
private int attempts = 0;
|
||||
private double jitter;
|
||||
private int attempts;
|
||||
|
||||
public Backoff() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user