mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-08 19:14:52 +00:00
Format tweak
This commit is contained in:
parent
eb4d185c67
commit
898c28e70d
@ -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 ]";
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user