Skip to content

Commit 88a60b8

Browse files
michaeledgarejona86
authored andcommitted
CLEANUP: Fix copypasta in JavaDoc for a HTTP Java API class.
The JavaDoc for HttpBackOffIOExceptionHandler was copied when writing the JavaDoc for HttpBackOffUnsuccessfulResponseHandler. ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=98955104
1 parent c236369 commit 88a60b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google-http-client/src/main/java/com/google/api/client/http/HttpBackOffUnsuccessfulResponseHandler.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
*
2929
* <p>
3030
* It is designed to work with only one {@link HttpRequest} at a time. As a result you MUST create a
31-
* new instance of {@link HttpBackOffIOExceptionHandler} with a new instance of {@link BackOff} for
32-
* each instance of {@link HttpRequest}.
31+
* new instance of {@link HttpBackOffUnsuccessfulResponseHandler} with a new instance of
32+
* {@link BackOff} for each instance of {@link HttpRequest}.
3333
* </p>
3434
*
3535
* <p>

0 commit comments

Comments
 (0)