Format tweak

This commit is contained in:
Gary Gregory 2022-12-04 09:28:12 -05:00
parent eb4d185c67
commit 898c28e70d
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ import java.util.Objects;
* @param <T> the type of the object managed by this initializer
*/
public class ConstantInitializer<T> implements ConcurrentInitializer<T> {
/** Constant for the format of the string representation. */
private static final String FMT_TO_STRING = "ConstantInitializer@%d [ object = %s ]";