Removing doc references to onResult and onTimeout

This commit is contained in:
Viktor Klang 2012-05-30 23:32:22 +02:00
parent 35aaa220aa
commit 90344b657e
2 changed files with 2 additions and 2 deletions

View file

@ -370,7 +370,7 @@ specified as parameter to the ``ask`` method; this will complete the
See :ref:`futures-java` for more information on how to await or query a
future.
The ``onComplete``, ``onResult``, or ``onTimeout`` methods of the ``Future`` can be
The ``onComplete``, ``onSuccess``, or ``onFailure`` methods of the ``Future`` can be
used to register a callback to get a notification when the Future completes.
Gives you a way to avoid blocking.

View file

@ -415,7 +415,7 @@ taken from one of the following locations in order of precedence:
See :ref:`futures-scala` for more information on how to await or query a
future.
The ``onComplete``, ``onResult``, or ``onTimeout`` methods of the ``Future`` can be
The ``onComplete``, ``onSuccess``, or ``onFailure`` methods of the ``Future`` can be
used to register a callback to get a notification when the Future completes.
Gives you a way to avoid blocking.