Format tweak

This commit is contained in:
Gary Gregory 2022-12-04 09:28:12 -05:00
parent eb4d185c67
commit 898c28e70d

View File

@ -37,6 +37,7 @@
* @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 ]";