ScalaDoc can be stupid
This commit is contained in:
parent
30af127207
commit
fc144cf204
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ object Await {
|
|||
|
||||
trait Awaitable[+T] {
|
||||
/**
|
||||
* Should throw java.util.concurrent.TimeoutException if times out
|
||||
* Should throw [[java.util.concurrent.TimeoutException]] if times out
|
||||
* This method should not be called directly.
|
||||
*/
|
||||
def ready(atMost: Duration)(implicit permit: CanAwait): this.type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue