Skip to content

Commit fa04844

Browse files
authored
Merge pull request #40 from elandau/bugfix/fix_javadocs
Fix javadoc errors
2 parents 2cdd735 + 1d81c48 commit fa04844

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@ interface SampleWindow {
3838
/**
3939
* Update the concurrency limit using a new rtt sample
4040
*
41-
* @param rtt Minimum RTT sample for the last window
42-
* @param maxInFlight Maximum number of inflight requests observed in the sampling window
41+
* @param sample Data from the last sampling window such as RTT
4342
*/
4443
void update(SampleWindow sample);
4544
}

0 commit comments

Comments
 (0)