Polish
This commit is contained in:
@@ -76,7 +76,7 @@ public class MetadataStore {
|
||||
return readMetadata(getAdditionalMetadataStream());
|
||||
}
|
||||
|
||||
private ConfigurationMetadata readMetadata(InputStream in) throws IOException {
|
||||
private ConfigurationMetadata readMetadata(InputStream in) {
|
||||
try (in) {
|
||||
return new JsonMarshaller().read(in);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user