We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd22ea3 + c8f814a commit 6aaa8d2Copy full SHA for 6aaa8d2
1 file changed
src/main/java/walkingkooka/spreadsheet/convert/provider/MissingConverterVerifier.java
@@ -1394,14 +1394,10 @@ static Set<MissingConverter> verify(final Converter<SpreadsheetConverterContext>
1394
SpreadsheetConvertersConverterProvider.BINARY
1395
);
1396
1397
- final StoragePath storagePathWithout = StoragePath.parse("/path1/file2");
1398
final StoragePath storagePathJson = StoragePath.parse("/path1/file2.json");
1399
1400
verifier.addIfConversionFail(
1401
- Lists.of(
1402
- storagePathWithout,
1403
- storagePathJson
1404
- ),
+ storagePathJson,
1405
Class.class,
1406
SpreadsheetConvertersConverterProvider.STORAGE_PATH_JSON_TO_CLASS
1407
0 commit comments