mirror of
https://github.com/corda/corda.git
synced 2025-02-01 08:48:09 +00:00
clarify javadoc in Continuations.java
This commit is contained in:
parent
3ec4ef9bd2
commit
f00317c415
@ -50,7 +50,7 @@ import java.util.concurrent.Callable;
|
|||||||
* frames from within that context.
|
* frames from within that context.
|
||||||
*
|
*
|
||||||
* <p>Calling a continuation (i.e. feeding it a result or exception)
|
* <p>Calling a continuation (i.e. feeding it a result or exception)
|
||||||
* causes the current continuation to be replaced with the calling
|
* causes the current continuation to be replaced with the called
|
||||||
* continuation. When the last method in this new continuation
|
* continuation. When the last method in this new continuation
|
||||||
* returns, it returns to the native frame which created the current
|
* returns, it returns to the native frame which created the current
|
||||||
* context, which may or may not be the same as the context in which
|
* context, which may or may not be the same as the context in which
|
||||||
|
Loading…
x
Reference in New Issue
Block a user