Fix compile problem
This commit is contained in:
parent
e8f5451cc9
commit
f04147dcfd
|
@ -204,7 +204,7 @@ class SchemaBaseValidator implements IValidatorModule {
|
|||
|
||||
InputStream baseIs = FhirValidator.class.getResourceAsStream(pathToBase);
|
||||
if (baseIs == null) {
|
||||
IOUtils.closeQuietly(baseIs.close());
|
||||
IOUtils.closeQuietly(baseIs);
|
||||
throw new InternalErrorException("Schema file not found: " + pathToBase);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue