#2341 - enabling -deprecation in AkkaBuild and subsequently fixing tons of deprecation warnings
This commit is contained in:
parent
20117a248f
commit
d3542f8582
16 changed files with 70 additions and 87 deletions
|
|
@ -219,7 +219,7 @@ assertions concerning received messages. Here is the full list:
|
|||
An object which is an instance of the given type (after erasure) must be
|
||||
received within the allotted time frame; the object will be returned. This
|
||||
method is approximately equivalent to
|
||||
``expectMsgClass(manifest[T].erasure)``.
|
||||
``expectMsgClass(implicitly[ClassTag[T]].runtimeClass)``.
|
||||
|
||||
* :meth:`expectMsgAnyOf[T](d: Duration, obj: T*): T`
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue