Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...