Checkstyle
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1083221 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a2d928146c
commit
93598f906b
|
@ -137,7 +137,8 @@ public abstract class ToStringStyle implements Serializable {
|
|||
* to detect cyclical object references and avoid infinite loops.
|
||||
* </p>
|
||||
*/
|
||||
private static final ThreadLocal<WeakHashMap<Object, Object>> REGISTRY = new ThreadLocal<WeakHashMap<Object,Object>>();
|
||||
private static final ThreadLocal<WeakHashMap<Object, Object>> REGISTRY =
|
||||
new ThreadLocal<WeakHashMap<Object,Object>>();
|
||||
|
||||
/**
|
||||
* <p>
|
||||
|
|
Loading…
Reference in New Issue