File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
spring-core/src/main/java/org/springframework/util/concurrent
spring-web/src/main/java/org/springframework/web/util Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 24
24
import org .springframework .util .Assert ;
25
25
26
26
/**
27
- * A {@link org.springframework.util.concurrent.ListenableFuture ListenableFuture}
28
- * whose value can be set via {@link #set(T)} or {@link #setException(Throwable)}.
29
- * It may also be cancelled.
27
+ * A {@link ListenableFuture} whose value can be set via {@link #set(Object)}
28
+ * or {@link #setException(Throwable)}. It may also get cancelled.
30
29
*
31
30
* <p>Inspired by {@code com.google.common.util.concurrent.SettableFuture}.
32
31
*
Original file line number Diff line number Diff line change @@ -218,7 +218,7 @@ public static Object[] encodeUriVariables(Object... uriVariables) {
218
218
219
219
/**
220
220
* Decode the given encoded URI component.
221
- * <p>See {@link StringUtils#uriDecode(String, Charset) for the decoding rules.
221
+ * <p>See {@link StringUtils#uriDecode(String, Charset)} for the decoding rules.
222
222
* @param source the encoded String
223
223
* @param encoding the encoding
224
224
* @return the decoded value
You can’t perform that action at this time.
0 commit comments