|
for code documentation purposes, it is better to call static methods thru the class rather than an instance of the class, especially in the
myThread.yield() call, when in fact, you are calling it on the current thread, not necessarily myThread.
patch, cleans this up.
|