Commit c3f3b1bf by aquilescanta Committed by Oliver Woodman

Clarify LoadErrorHandlingPolicy's loadDurationMs javadocs

PiperOrigin-RevId: 266797383
parent c879bbf6
...@@ -44,8 +44,8 @@ public interface LoadErrorHandlingPolicy { ...@@ -44,8 +44,8 @@ public interface LoadErrorHandlingPolicy {
* *
* @param dataType One of the {@link C C.DATA_TYPE_*} constants indicating the type of data to * @param dataType One of the {@link C C.DATA_TYPE_*} constants indicating the type of data to
* load. * load.
* @param loadDurationMs The duration in milliseconds of the load up to the point at which the * @param loadDurationMs The duration in milliseconds of the load from the start of the first load
* error occurred, including any previous attempts. * attempt up to the point at which the error occurred.
* @param exception The load error. * @param exception The load error.
* @param errorCount The number of errors this load has encountered, including this one. * @param errorCount The number of errors this load has encountered, including this one.
* @return The blacklist duration in milliseconds, or {@link C#TIME_UNSET} if the resource should * @return The blacklist duration in milliseconds, or {@link C#TIME_UNSET} if the resource should
...@@ -64,8 +64,8 @@ public interface LoadErrorHandlingPolicy { ...@@ -64,8 +64,8 @@ public interface LoadErrorHandlingPolicy {
* *
* @param dataType One of the {@link C C.DATA_TYPE_*} constants indicating the type of data to * @param dataType One of the {@link C C.DATA_TYPE_*} constants indicating the type of data to
* load. * load.
* @param loadDurationMs The duration in milliseconds of the load up to the point at which the * @param loadDurationMs The duration in milliseconds of the load from the start of the first load
* error occurred, including any previous attempts. * attempt up to the point at which the error occurred.
* @param exception The load error. * @param exception The load error.
* @param errorCount The number of errors this load has encountered, including this one. * @param errorCount The number of errors this load has encountered, including this one.
* @return The number of milliseconds to wait before attempting the load again, or {@link * @return The number of milliseconds to wait before attempting the load again, or {@link
......
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