add throws clauses to Java APIs
This commit is contained in:
parent
bf49b75d5e
commit
e3ac633649
3 changed files with 5 additions and 3 deletions
|
|
@ -732,6 +732,7 @@ trait DefaultTimeout { this: TestKit ⇒
|
|||
private[testkit] abstract class CachingPartialFunction[A, B <: AnyRef] extends scala.runtime.AbstractPartialFunction[A, B] {
|
||||
import akka.japi.JavaPartialFunction._
|
||||
|
||||
@throws(classOf[Exception])
|
||||
def `match`(x: A): B
|
||||
|
||||
var cache: B = _
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue