mirror of
https://github.com/corda/corda.git
synced 2025-01-21 03:55:00 +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.
|
||||
*
|
||||
* <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
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user