--- old/src/share/classes/java/util/concurrent/locks/LockSupport.java Tue Nov 30 14:46:09 2010 +++ new/src/share/classes/java/util/concurrent/locks/LockSupport.java Tue Nov 30 14:46:08 2010 @@ -200,8 +200,8 @@ *
  • Some other thread invokes {@link #unpark unpark} with the * current thread as the target; or * - *
  • Some other thread {@linkplain Thread#interrupt interrupts} the current - * thread; or + *
  • Some other thread {@linkplain Thread#interrupt interrupts} + * the current thread; or * *
  • The specified waiting time elapses; or *