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