Removed a problematic context.close()

This commit is contained in:
Raf Ponsaerts
2018-11-15 15:13:16 +01:00
parent 7b2233a9b7
commit 8e8bb65f75

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