Skip to content

Commit

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

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

super(name, required, alias, null, false);
super(name, required, alias, false, null);
}

@Override
Expand Down

0 comments on commit 8cba880

Please sign in to comment.