[commands] Fix dangling SelectCommand documentation (NFC) (#5567)

This commit is contained in:
Ryan Blue
2023-08-25 12:41:25 -04:00
committed by GitHub
parent 349141b91b
commit a0c029a35b
2 changed files with 4 additions and 5 deletions

View File

@@ -11,8 +11,8 @@ import java.util.Map;
import java.util.function.Supplier;
/**
* A command composition that runs one of a selection of commands, either using a selector and a key
* to command mapping, or a supplier that returns the command directly at runtime.
* A command composition that runs one of a selection of commands using a selector and a key to
* command mapping.
*
* <p>The rules for command compositions apply: command instances that are passed to it cannot be
* added to any other composition or scheduled individually, and the composition requires all