Skip to content

Commit

Permalink
Update cli/src/main/java/com/devonfw/tools/ide/property/ToolProperty.…
Browse files Browse the repository at this point in the history
…java

Co-authored-by: Jörg Hohwiller <[email protected]>
  • Loading branch information
ndemirca and hohwille authored May 27, 2024
1 parent 37e162c commit 1932247
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class ToolProperty extends Property<ToolCommandlet> {
*/
public ToolProperty(String name, boolean required, String alias, boolean multiValued) {

this(name, required, alias, null, multiValued);
this(name, required, alias, multiValued, null);
}

/**
Expand Down

0 comments on commit 1932247

Please sign in to comment.