Format tweak
This commit is contained in:
parent
eb4d185c67
commit
898c28e70d
|
@ -37,6 +37,7 @@ import java.util.Objects;
|
||||||
* @param <T> the type of the object managed by this initializer
|
* @param <T> the type of the object managed by this initializer
|
||||||
*/
|
*/
|
||||||
public class ConstantInitializer<T> implements ConcurrentInitializer<T> {
|
public class ConstantInitializer<T> implements ConcurrentInitializer<T> {
|
||||||
|
|
||||||
/** Constant for the format of the string representation. */
|
/** Constant for the format of the string representation. */
|
||||||
private static final String FMT_TO_STRING = "ConstantInitializer@%d [ object = %s ]";
|
private static final String FMT_TO_STRING = "ConstantInitializer@%d [ object = %s ]";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue