You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace Thread.currentThread().interrupted() with Thread.interrupted() or Thread.currentThread().interrupt(), whichever seems appropriate.
Thread.interrupted: static method on Thread which returns whether the thread has been interrupted (and resets the interrupt bit)
Thread.currentThread().interrupt(): interrupts the current thread
-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=301162686
0 commit comments