Fix javadoc

Signed-off-by: Emmanuel Bigeon <emmanuel@bigeon.fr>
This commit is contained in:
Emmanuel Bigeon 2019-05-06 21:14:26 -04:00
parent c230a23f81
commit 92a664d193

View File

@ -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;