Skip to content

Commit

Permalink
[#1848][#2030] replace Java 6 API with Java 5 API
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Jun 3, 2023
1 parent c309ad2 commit ca8e3fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/picocli/DefaultProviderTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,6 @@ class Issue1848CommandConfigOptions {
}

static class Issue1848CommandDefaultProvider implements CommandLine.IDefaultValueProvider {
@Override
public String defaultValue(CommandLine.Model.ArgSpec argSpec) throws Exception {
// Commenting out for now as I'm unsure if it's expected behavior for default values supplied to a required
// option, should result in that option's help/usage information indicating that the option is not required.
Expand Down

0 comments on commit ca8e3fc

Please sign in to comment.