Skip to content

Commit eb340d7

Browse files
committed
Fix runUntilResult comment
1 parent bf44737 commit eb340d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/truffleruby/core/thread/ThreadManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ public Object apply(State state) {
568568
* given action should throw an {@link InterruptedException} when {@link Thread#interrupt()} is called. Otherwise,
569569
* the {@link SafepointManager} will not be able to interrupt this action. See
570570
* {@link ThreadNodes.ThreadRunBlockingSystemCallNode} for blocking native calls. If the action throws an
571-
* {@link InterruptedException}, it will be retried until it returns a non-null value.
571+
* {@link InterruptedException}, it will be retried.
572572
*
573573
* @param action must not touch any Ruby state
574574
* @return the return value from {@code action} */

0 commit comments

Comments
 (0)