Browse Source

Update `@Since` Java doc tags in ReactorResourceFactory

See gh-31399
pull/31407/head
Sébastien Deleuze 1 year ago
parent
commit
299a10ce2a
  1. 4
      spring-web/src/main/java/org/springframework/http/client/ReactorResourceFactory.java

4
spring-web/src/main/java/org/springframework/http/client/ReactorResourceFactory.java

@ -46,7 +46,7 @@ import org.springframework.util.Assert; @@ -46,7 +46,7 @@ import org.springframework.util.Assert;
* @author Rossen Stoyanchev
* @author Brian Clozel
* @author Sebastien Deleuze
* @since 5.1
* @since 6.1
*/
public class ReactorResourceFactory implements InitializingBean, DisposableBean, Lifecycle {
@ -179,7 +179,6 @@ public class ReactorResourceFactory implements InitializingBean, DisposableBean, @@ -179,7 +179,6 @@ public class ReactorResourceFactory implements InitializingBean, DisposableBean,
* can also be overridden with the system property
* {@link reactor.netty.ReactorNetty#SHUTDOWN_QUIET_PERIOD
* ReactorNetty.SHUTDOWN_QUIET_PERIOD}.
* @since 5.2.4
* @see #setShutdownTimeout(Duration)
*/
public void setShutdownQuietPeriod(Duration shutdownQuietPeriod) {
@ -196,7 +195,6 @@ public class ReactorResourceFactory implements InitializingBean, DisposableBean, @@ -196,7 +195,6 @@ public class ReactorResourceFactory implements InitializingBean, DisposableBean,
* can also be overridden with the system property
* {@link reactor.netty.ReactorNetty#SHUTDOWN_TIMEOUT
* ReactorNetty.SHUTDOWN_TIMEOUT}.
* @since 5.2.4
* @see #setShutdownQuietPeriod(Duration)
*/
public void setShutdownTimeout(Duration shutdownTimeout) {

Loading…
Cancel
Save