[Fb-contrib-commit] fb-contrib/htdocs index.html,1.41,1.42
Brought to you by:
dbrosius
|
From: Dave B. <dbr...@us...> - 2005-12-09 04:57:40
|
Update of /cvsroot/fb-contrib/fb-contrib/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1286/htdocs Modified Files: index.html Log Message: fix grammar Index: index.html =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/htdocs/index.html,v retrieving revision 1.41 retrieving revision 1.42 diff -u -d -r1.41 -r1.42 --- index.html 9 Dec 2005 04:56:05 -0000 1.41 +++ index.html 9 Dec 2005 04:57:33 -0000 1.42 @@ -50,7 +50,7 @@ <ul> <li><b>Spurious Thread States</b><br/> Finds methods that call wait, notify or notifyAll on an instance of a - java.lang.Thread. Since the internal workings of the threads is to synchronize on the + java.lang.Thread. Since the internal workings of the thread is to synchronize on the thread itself, introducing client calls will confuse the thread state of the object in question, and will cause spurious thread state changes, either waking threads up when not intended, or removing the the thread from the runnable state.</li> |