Skip to content

Commit ca8e3fc

Browse files
committed
[#1848][#2030] replace Java 6 API with Java 5 API
1 parent c309ad2 commit ca8e3fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/java/picocli/DefaultProviderTest.java

-1
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,6 @@ class Issue1848CommandConfigOptions {
467467
}
468468

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

0 commit comments

Comments
 (0)