Skip to content

Commit 9e645bf

Browse files
committed
MissingConverterVerifier.verify local var inlined.
1 parent 6aaa8d2 commit 9e645bf

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/main/java/walkingkooka/spreadsheet/convert/provider/MissingConverterVerifier.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1394,10 +1394,8 @@ static Set<MissingConverter> verify(final Converter<SpreadsheetConverterContext>
13941394
SpreadsheetConvertersConverterProvider.BINARY
13951395
);
13961396

1397-
final StoragePath storagePathJson = StoragePath.parse("/path1/file2.json");
1398-
13991397
verifier.addIfConversionFail(
1400-
storagePathJson,
1398+
StoragePath.parse("/path1/file2.json"),
14011399
Class.class,
14021400
SpreadsheetConvertersConverterProvider.STORAGE_PATH_JSON_TO_CLASS
14031401
);

0 commit comments

Comments
 (0)