Skip to content

Commit

Permalink
[#958] javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Feb 17, 2020
1 parent f6e05a9 commit 9809af2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/picocli/CommandLine.java
Original file line number Diff line number Diff line change
Expand Up @@ -4018,8 +4018,8 @@ private static class NoCompletionCandidates implements Iterable<String> {
enum Target {
/** Injects the {@code CommandSpec} of the command where this {@code @Spec}-annotated program element is declared. */
SELF,
/** (Only for commands that are {@linkplain Mixin mixed into} another command.)
* Injects the {@code CommandSpec} of the "mixee" command that receives the options and other command elements defined here.
/** Injects the {@code CommandSpec} of the "mixee" command that receives the options and other command elements defined here,
* or {@code null} if this commands is not {@linkplain Mixin mixed into} another command.
* The "mixee" command has a {@code @Mixin}-annotated program element with the type of the class where this {@code @Spec}-annotated program element is declared. */
MIXEE}

Expand Down

0 comments on commit 9809af2

Please sign in to comment.