Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: minor revert

...

Casting a thread to a Runnable before calling run() serves to document the intention behind of explicitly calling Thread.run(). Adding a disclaimer alongside the invocation is highly recommended.

...