Fixed tests and added license headers

This commit is contained in:
Raf Ponsaerts
2018-11-22 10:41:45 +01:00
parent 912a1f0be6
commit e7b6aded69
3 changed files with 14 additions and 2 deletions

View File

@@ -1334,8 +1334,6 @@ prevent the generation of resource policy entry values with null dspace_object a
}
} catch (SQLException e) {
log.error(e, e);
} finally {
context.close();
}
return fullMetadataValueList;
}