Skip to content

Commit

Permalink
Fixes #7240 - Clarify and javadoc InvocationType.
Browse files Browse the repository at this point in the history
Updates after review.

Signed-off-by: Simone Bordet <[email protected]>
  • Loading branch information
sbordet committed Dec 8, 2021
1 parent 86763ee commit b85c169
Showing 1 changed file with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,8 @@ enum InvocationType
* but the invocation cannot be deferred to a later time, differently
* from {@link #BLOCKING}.</p>
* <p>This invocation type is suitable for {@code Invocable}s that
* themselves produce other {@code Invocable}s.</p>
* <p>The invocation of this {@code Invocable} causes the
* production of other, nested, {@code Invocable}s, which may be
* of type {@link #NON_BLOCKING} and therefore are invoked
* immediately, thus advancing a possibly stalled system.</p>
* themselves perform the non-deferrable action in a non-blocking way,
* thus advancing a possibly stalled system.</p>
*/
EITHER
}
Expand Down

0 comments on commit b85c169

Please sign in to comment.