Merge "Improved the documentation"

This commit is contained in:
TreeHugger Robot
2020-12-11 07:07:58 +00:00
committed by Android (Google) Code Review

View File

@@ -253,7 +253,9 @@ public final class DataCallResponse implements Parcelable {
public int getCause() { return mCause; }
/**
* @return The suggested data retry time in milliseconds.
* @return The suggested data retry time in milliseconds. 0 when network does not
* suggest a retry time (Note this is different from the replacement
* {@link #getRetryDurationMillis()}).
*
* @deprecated Use {@link #getRetryDurationMillis()} instead.
*/