Fix checkstyle

This commit is contained in:
Trustin Lee 2014-06-02 19:27:26 +09:00
parent c827c6da37
commit fc45635af3

View File

@ -76,7 +76,6 @@ public final class ThreadDeathWatcher {
}
}
/**
* Waits until the thread of this watcher has no threads to watch and terminates itself.
* Because a new watcher thread will be started again on {@link #watch(Thread, Runnable)},