@@ -301,7 +301,7 @@ public HttpRequest setEncoding(HttpEncoding encoding) {
301
301
* Returns the {@link BackOffPolicy} to use between retry attempts or {@code null} for none.
302
302
*
303
303
* @since 1.7
304
- * @deprecated (scheduled to be removed in 1.17 ).
304
+ * @deprecated (scheduled to be removed in 1.18 ).
305
305
* {@link #setUnsuccessfulResponseHandler(HttpUnsuccessfulResponseHandler)} with a new
306
306
* {@link HttpBackOffUnsuccessfulResponseHandler} instead.
307
307
*/
@@ -316,7 +316,7 @@ public BackOffPolicy getBackOffPolicy() {
316
316
* Sets the {@link BackOffPolicy} to use between retry attempts or {@code null} for none.
317
317
*
318
318
* @since 1.7
B80B
span>
319
- * @deprecated (scheduled to be removed in 1.17 ). Use
319
+ * @deprecated (scheduled to be removed in 1.18 ). Use
320
320
* {@link #setUnsuccessfulResponseHandler(HttpUnsuccessfulResponseHandler)} with a new
321
321
* {@link HttpBackOffUnsuccessfulResponseHandler} instead.
322
322
*/
@@ -736,7 +736,7 @@ public HttpRequest setThrowExceptionOnExecuteError(boolean throwExceptionOnExecu
736
736
* {@link LowLevelHttpRequest#execute()}.
737
737
*
738
738
* @since 1.9
739
- * @deprecated (scheduled to be removed in 1.17 ) Use
739
+ * @deprecated (scheduled to be removed in 1.18 ) Use
740
740
* {@link #setIOExceptionHandler(HttpIOExceptionHandler)} instead.
741
741
*/
742
742
@ Deprecated
@@ -755,7 +755,7 @@ public boolean getRetryOnExecuteIOException() {
755
755
* </p>
756
756
*
757
757
* @since 1.9
758
- * @deprecated (scheduled to be removed in 1.17 ) Use
758
+ * @deprecated (scheduled to be removed in 1.18 ) Use
759
759
* {@link #setIOExceptionHandler(HttpIOExceptionHandler)} instead.
760
760
*/
761
761
@ Deprecated
0 commit comments