Javadoc fixes
This commit is contained in:
@@ -24,9 +24,8 @@ import java.util.concurrent.TimeoutException;
|
||||
import org.springframework.util.Assert;
|
||||
|
||||
/**
|
||||
* A {@link org.springframework.util.concurrent.ListenableFuture ListenableFuture}
|
||||
* whose value can be set via {@link #set(T)} or {@link #setException(Throwable)}.
|
||||
* It may also be cancelled.
|
||||
* A {@link ListenableFuture} whose value can be set via {@link #set(Object)}
|
||||
* or {@link #setException(Throwable)}. It may also get cancelled.
|
||||
*
|
||||
* <p>Inspired by {@code com.google.common.util.concurrent.SettableFuture}.
|
||||
*
|
||||
|
||||
@@ -218,7 +218,7 @@ public abstract class UriUtils {
|
||||
|
||||
/**
|
||||
* Decode the given encoded URI component.
|
||||
* <p>See {@link StringUtils#uriDecode(String, Charset) for the decoding rules.
|
||||
* <p>See {@link StringUtils#uriDecode(String, Charset)} for the decoding rules.
|
||||
* @param source the encoded String
|
||||
* @param encoding the encoding
|
||||
* @return the decoded value
|
||||
|
||||
Reference in New Issue
Block a user