Fix javadoc
Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
This commit is contained in:
parent
c230a23f81
commit
92a664d193
@ -74,7 +74,7 @@ import java.util.function.Supplier;
|
|||||||
/** A supplier of string that hold a constant string.
|
/** A supplier of string that hold a constant string.
|
||||||
*
|
*
|
||||||
* @author Emmanuel Bigeon
|
* @author Emmanuel Bigeon
|
||||||
* @since 2.1.2, use a lambda expression instead */
|
* @deprecated since 2.1.2, use a lambda expression instead */
|
||||||
@Deprecated
|
@Deprecated
|
||||||
public class ConstantString implements Supplier<String> {
|
public class ConstantString implements Supplier<String> {
|
||||||
private final String string;
|
private final String string;
|
||||||
|
Loading…
Reference in New Issue
Block a user