Commit ccf031f9 by christosts Committed by kim-vde

BandwidthMeter minor javadoc fix

PiperOrigin-RevId: 353858581
parent b1df2f4e
...@@ -35,7 +35,7 @@ public interface BandwidthMeter { ...@@ -35,7 +35,7 @@ public interface BandwidthMeter {
* changed. * changed.
* *
* <p>Note: The estimated bitrate is typically derived from more information than just {@code * <p>Note: The estimated bitrate is typically derived from more information than just {@code
* bytes} and {@code elapsedMs}. * bytesTransferred} and {@code elapsedMs}.
* *
* @param elapsedMs The time taken to transfer {@code bytesTransferred}, in milliseconds. This * @param elapsedMs The time taken to transfer {@code bytesTransferred}, in milliseconds. This
* is at most the elapsed time since the last callback, but may be less if there were * is at most the elapsed time since the last callback, but may be less if there were
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment