Skip to content
This repository was archived by the owner on May 4, 2019. It is now read-only.

Commit ea05f78

Browse files
committed
experiment
1 parent c7e0fab commit ea05f78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proteus-client/src/main/java/io/netifi/proteus/rsocket/WeightedReconnectingRSocket.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ private synchronized long stop(long timestamp) {
490490
}
491491

492492
private synchronized void record(double roundTripTime) {
493-
interArrivalTime.insert(roundTripTime);
493+
interArrivalTime.insert(roundTripTime);
494494
}
495495

496496
private synchronized void recordError(double value) {

0 commit comments

Comments
 (0)