Skip to content

Commit 299a10c

Browse files
committed
Update @Since Java doc tags in ReactorResourceFactory
See spring-projectsgh-31399
1 parent e0ba42a commit 299a10c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
* @author Rossen Stoyanchev
4747
* @author Brian Clozel
4848
* @author Sebastien Deleuze
49-
* @since 5.1
49+
* @since 6.1
5050
*/
5151
public class ReactorResourceFactory implements InitializingBean, DisposableBean, Lifecycle {
5252

@@ -179,7 +179,6 @@ public LoopResources getLoopResources() {
179179
* can also be overridden with the system property
180180
* {@link reactor.netty.ReactorNetty#SHUTDOWN_QUIET_PERIOD
181181
* ReactorNetty.SHUTDOWN_QUIET_PERIOD}.
182-
* @since 5.2.4
183182
* @see #setShutdownTimeout(Duration)
184183
*/
185184
public void setShutdownQuietPeriod(Duration shutdownQuietPeriod) {
@@ -196,7 +195,6 @@ public void setShutdownQuietPeriod(Duration shutdownQuietPeriod) {
196195
* can also be overridden with the system property
197196
* {@link reactor.netty.ReactorNetty#SHUTDOWN_TIMEOUT
198197
* ReactorNetty.SHUTDOWN_TIMEOUT}.
199-
* @since 5.2.4
200198
* @see #setShutdownQuietPeriod(Duration)
201199
*/
202200
public void setShutdownTimeout(Duration shutdownTimeout) {

0 commit comments

Comments
 (0)