Skip to content

Commit 6aaa8d2

Browse files
authored
Merge pull request #9157 from mP1/feature/MissingConverterVerifier-StoragePath-without-fileextension-to-class-removed
MissingConverterVerifier StoragePath without fileextension to class r…
2 parents dd22ea3 + c8f814a commit 6aaa8d2

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

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

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

1397-
final StoragePath storagePathWithout = StoragePath.parse("/path1/file2");
13981397
final StoragePath storagePathJson = StoragePath.parse("/path1/file2.json");
13991398

14001399
verifier.addIfConversionFail(
1401-
Lists.of(
1402-
storagePathWithout,
1403-
storagePathJson
1404-
),
1400+
storagePathJson,
14051401
Class.class,
14061402
SpreadsheetConvertersConverterProvider.STORAGE_PATH_JSON_TO_CLASS
14071403
);

0 commit comments

Comments
 (0)