File tree 1 file changed +2
-2
lines changed
spring-web/src/main/java/org/springframework/http/codec/multipart
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2002-2022 the original author or authors.
2
+ * Copyright 2002-2023 the original author or authors.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -151,7 +151,7 @@ public void setFileStorageDirectory(Path fileStorageDirectory) throws IOExceptio
151
151
* <p>Note that this property is ignored when
152
152
* {@linkplain #setStreaming(boolean) streaming} is enabled, or when
153
153
* {@link #setMaxInMemorySize(int) maxInMemorySize} is set to -1.
154
- * @see Schedulers#newBoundedElastic
154
+ * @see Schedulers#boundedElastic
155
155
*/
156
156
public void setBlockingOperationScheduler (Scheduler blockingOperationScheduler ) {
157
157
Assert .notNull (blockingOperationScheduler , "'blockingOperationScheduler' must not be null" );
You can’t perform that action at this time.
0 commit comments