[Fb-contrib-commit] fb-contrib/htdocs index.html,1.42,1.43
Brought to you by:
dbrosius
|
From: Dave B. <dbr...@us...> - 2005-12-09 04:58:59
|
Update of /cvsroot/fb-contrib/fb-contrib/htdocs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1476/htdocs Modified Files: index.html Log Message: sigh, more typos Index: index.html =================================================================== RCS file: /cvsroot/fb-contrib/fb-contrib/htdocs/index.html,v retrieving revision 1.42 retrieving revision 1.43 diff -u -d -r1.42 -r1.43 --- index.html 9 Dec 2005 04:57:33 -0000 1.42 +++ index.html 9 Dec 2005 04:58:50 -0000 1.43 @@ -53,7 +53,7 @@ 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> + when not intended, or removing the thread from the runnable state.</li> <li><b>Needless Autoboxing</b><br/> Finds methods that pass an instance of a primitive wrapper class, to a constructor of the same class. Since wrapper classes are immutable, you can just use the original |