mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
javadoc grammar correction in Continuations.java
This commit is contained in:
parent
250a77dc13
commit
522f8ca1a5
@ -128,7 +128,7 @@ public class Continuations {
|
||||
* <code>receiver.receive(Callback)</code>, propagate the exception
|
||||
* thrown by that method, return the result passed to the
|
||||
* handleResult(T) method of the continuation, or throw the
|
||||
* exception passed to the handleException(Throwable) of the
|
||||
* exception passed to the handleException(Throwable) method of the
|
||||
* continuation.
|
||||
*/
|
||||
public static native <T> T callWithCurrentContinuation
|
||||
|
Loading…
Reference in New Issue
Block a user