Skip to content

Commit

Permalink
Polish
Browse files Browse the repository at this point in the history
  • Loading branch information
mhalbritter committed Aug 21, 2024
1 parent 7900339 commit 0f095d7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

package io.spring.start.site;

import java.io.IOException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
Expand Down Expand Up @@ -62,7 +61,7 @@ class MetadataVerificationTests {

private final InitializrMetadata metadata;

MetadataVerificationTests(@Autowired InitializrMetadataProvider metadataProvider) throws IOException {
MetadataVerificationTests(@Autowired InitializrMetadataProvider metadataProvider) {
this.metadata = metadataProvider.get();
}

Expand Down

0 comments on commit 0f095d7

Please sign in to comment.