This commit is contained in:
Andy Wilkinson
2022-10-25 12:25:03 +01:00
parent b014039a34
commit 99edda735e
42 changed files with 125 additions and 149 deletions

View File

@@ -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);
}