File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
spring-web/src/main/java/org/springframework/http/client Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 46
46
* @author Rossen Stoyanchev
47
47
* @author Brian Clozel
48
48
* @author Sebastien Deleuze
49
- * @since 5 .1
49
+ * @since 6 .1
50
50
*/
51
51
public class ReactorResourceFactory implements InitializingBean , DisposableBean , Lifecycle {
52
52
@@ -179,7 +179,6 @@ public LoopResources getLoopResources() {
179
179
* can also be overridden with the system property
180
180
* {@link reactor.netty.ReactorNetty#SHUTDOWN_QUIET_PERIOD
181
181
* ReactorNetty.SHUTDOWN_QUIET_PERIOD}.
182
- * @since 5.2.4
183
182
* @see #setShutdownTimeout(Duration)
184
183
*/
185
184
public void setShutdownQuietPeriod (Duration shutdownQuietPeriod ) {
@@ -196,7 +195,6 @@ public void setShutdownQuietPeriod(Duration shutdownQuietPeriod) {
196
195
* can also be overridden with the system property
197
196
* {@link reactor.netty.ReactorNetty#SHUTDOWN_TIMEOUT
198
197
* ReactorNetty.SHUTDOWN_TIMEOUT}.
199
- * @since 5.2.4
200
198
* @see #setShutdownQuietPeriod(Duration)
201
199
*/
202
200
public void setShutdownTimeout (Duration shutdownTimeout ) {
You can’t perform that action at this time.
0 commit comments