Improve log usage in VitroBackgroundThread
This commit is contained in:
parent
2dbceba9f1
commit
04d361b80c
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ import org.apache.commons.logging.LogFactory;
|
||||||
* check their current status.
|
* check their current status.
|
||||||
*/
|
*/
|
||||||
public class VitroBackgroundThread extends Thread {
|
public class VitroBackgroundThread extends Thread {
|
||||||
Log log = LogFactory.getLog(VitroBackgroundThread.class);
|
private static final Log log = LogFactory.getLog(VitroBackgroundThread.class);
|
||||||
|
|
||||||
private static final ConcurrentLinkedQueue<WeakReference<VitroBackgroundThread>> allThreads = new ConcurrentLinkedQueue<WeakReference<VitroBackgroundThread>>();
|
private static final ConcurrentLinkedQueue<WeakReference<VitroBackgroundThread>> allThreads = new ConcurrentLinkedQueue<WeakReference<VitroBackgroundThread>>();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue