@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user