Skip to content

Commit b60dc5d

Browse files
author
BuildTools
committed
javadoc
1 parent 45c9029 commit b60dc5d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Marrow/src/main/java/com/skeletonarmy/marrow/autonomous/ChoiceMenu.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ private boolean processPrompts() {
110110
return false;
111111
}
112112

113+
/**
114+
* Runs all queued prompts in a blocking loop until all prompts are complete.
115+
*/
113116
public void run() {
114117
boolean finished = false;
115118

0 commit comments

Comments
 (0)