[nntprss-commit] nntprss/src/org/methodize/nntprss/util WorkerThread.java, 1.7, 1.8
Status: Beta
Brought to you by:
jasonbrome
|
From: Jason B. <jas...@us...> - 2007-12-17 04:18:11
|
Update of /cvsroot/nntprss/nntprss/src/org/methodize/nntprss/util In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv2395/src/org/methodize/nntprss/util Modified Files: WorkerThread.java Log Message: Minor updates Index: WorkerThread.java =================================================================== RCS file: /cvsroot/nntprss/nntprss/src/org/methodize/nntprss/util/WorkerThread.java,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** WorkerThread.java 17 May 2006 04:13:38 -0000 1.7 --- WorkerThread.java 17 Dec 2007 04:18:14 -0000 1.8 *************** *** 3,7 **** /* ----------------------------------------------------------- * nntp//rss - a bridge between the RSS world and NNTP clients ! * Copyright (c) 2002-2006 Jason Brome. All Rights Reserved. * * email: nn...@me... --- 3,7 ---- /* ----------------------------------------------------------- * nntp//rss - a bridge between the RSS world and NNTP clients ! * Copyright (c) 2002-2007 Jason Brome. All Rights Reserved. * * email: nn...@me... *************** *** 39,43 **** private boolean active = true; private Runnable job = null; ! private SimpleThreadPool threadPool = null; public WorkerThread( --- 39,43 ---- private boolean active = true; private Runnable job = null; ! private final SimpleThreadPool threadPool; public WorkerThread( |