Skip to content

Commit 3d421be

Browse files
mpeddada1lqiu96
andauthored
fix terminology
Co-authored-by: Lawrence Qiu <lawrenceqiu@google.com>
1 parent b714220 commit 3d421be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gax-java/gax/src/main/java/com/google/api/gax/longrunning/OperationTimedPollAlgorithm.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public boolean shouldRetry(TimedAttemptSettings nextAttemptSettings)
9393
Level.WARNING,
9494
"The long running operation request is no longer being tracked. "
9595
+ "Possible reasons include a timeout or "
96-
+ "exceeding the maximum number of retry attempts."
96+
+ "exceeding the maximum number of poll attempts."
9797
+ " Please refer to "
9898
+ LRO_TROUBLESHOOTING_LINK
9999
+ " for more information");

0 commit comments

Comments
 (0)