Skip to content

Commit 654e822

Browse files
committed
Fix Javadoc link
1 parent e943058 commit 654e822

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-web/src/main/java/org/springframework/http/codec/multipart/DefaultPartHttpMessageReader.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2002-2022 the original author or authors.
2+
* Copyright 2002-2023 the original author or authors.
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -151,7 +151,7 @@ public void setFileStorageDirectory(Path fileStorageDirectory) throws IOExceptio
151151
* <p>Note that this property is ignored when
152152
* {@linkplain #setStreaming(boolean) streaming} is enabled, or when
153153
* {@link #setMaxInMemorySize(int) maxInMemorySize} is set to -1.
154-
* @see Schedulers#newBoundedElastic
154+
* @see Schedulers#boundedElastic
155155
*/
156156
public void setBlockingOperationScheduler(Scheduler blockingOperationScheduler) {
157157
Assert.notNull(blockingOperationScheduler, "'blockingOperationScheduler' must not be null");

0 commit comments

Comments
 (0)