mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
fix typo in JavaDoc comment
This commit is contained in:
parent
8c3e779d4c
commit
ccbb4796f2
@ -149,7 +149,7 @@ public class Continuations {
|
||||
*
|
||||
* <p>If <code>thunk.call()</code> calls a continuation (directly or
|
||||
* via a subroutine) which does not include the current call to
|
||||
* <code>dynamicWind<code>, <code>after.run()</code> will be called
|
||||
* <code>dynamicWind</code>, <code>after.run()</code> will be called
|
||||
* before control passes to that continuation. If this call throws
|
||||
* an exception, the exception will propagate to the current caller
|
||||
* of <code>dynamicWind</code>.
|
||||
|
Loading…
Reference in New Issue
Block a user