We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2aefb1 commit 39293ffCopy full SHA for 39293ff
src/main/java/io/vertx/core/net/TrafficShapingOptions.java
@@ -127,7 +127,7 @@ public TrafficShapingOptions setCheckIntervalForStats(long checkIntervalForStats
127
* @return a reference to this, so the API can be used fluently
128
*/
129
public TrafficShapingOptions setCheckIntervalForStatsTimeUnit(TimeUnit checkIntervalForStatsTimeUnit) {
130
- this.maxDelayToWaitTimeUnit = maxDelayToWaitTimeUnit;
+ this.maxDelayToWaitTimeUnit = checkIntervalForStatsTimeUnit;
131
return this;
132
}
133
0 commit comments