Skip to content

Commit

Permalink
Update cli/src/main/java/com/devonfw/tools/ide/property/VersionProper…
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 f415183 commit 37796ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public VersionProperty(String name, boolean required, String alias) {
*/
public VersionProperty(String name, boolean required, String alias, Consumer<VersionIdentifier> validator) {

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

@Override
Expand Down

0 comments on commit 37796ce

Please sign in to comment.