improve description

This commit is contained in:
Bas Leijdekkers
2014-02-28 15:26:45 +01:00
parent b074b5246b
commit 728b702dfc
@@ -1,5 +1,6 @@
<html>
<body>
Reports fields of type <b>java.lang.ThreadLocal</b> which are not declared <b>static final</b>.
In the most common case a <b>java.lang.ThreadLocal</b> instance
associates state with a thread. A non-static non-final
<b>java.lang.ThreadLocal</b> field associates state with