We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 731686e commit 3ffd9dcCopy full SHA for 3ffd9dc
1 file changed
src/test/java/org/apache/commons/cli/TypeHandlerTest.java
@@ -70,7 +70,6 @@ private NotInstantiable() {
70
71
private static Stream<Arguments> createValueTestParameters() {
72
// force the PatternOptionBuilder to load / modify the TypeHandler table.
73
- final Class<?> ignore = PatternOptionBuilder.FILES_VALUE;
74
// reset the type handler table.
75
TypeHandler.resetConverters();
76
final List<Arguments> lst = new ArrayList<>();
0 commit comments