ScalaDoc can be stupid

This commit is contained in:
Viktor Klang 2012-02-03 13:49:07 +01:00
parent 30af127207
commit fc144cf204

View file

@ -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