Skip to content

Commit 78a74b9

Browse files
authored
Add time unit to Limit#onSample (#228)
1 parent b4e2167 commit 78a74b9

File tree

1 file changed

+2
-2
lines changed
  • concurrency-limits-core/src/main/java/com/netflix/concurrency/limits

1 file changed

+2
-2
lines changed

concurrency-limits-core/src/main/java/com/netflix/concurrency/limits/Limit.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ public interface Limit {
3535

3636
/**
3737
* Update the limiter with a sample
38-
* @param startTime
39-
* @param rtt
38+
* @param startTime start time in nanoseconds
39+
* @param rtt round trip time in nanoseconds
4040
* @param inflight
4141
* @param didDrop
4242
*/

0 commit comments

Comments
 (0)