[DS-2128] Initial commit

This commit is contained in:
Mark H. Wood
2014-08-29 16:14:19 -04:00
parent eee57e0d4e
commit 69291af2d8
23 changed files with 126 additions and 146 deletions

View File

@@ -526,11 +526,7 @@ public class Bitstream extends DSpaceObject
*/
void delete() throws SQLException
{
boolean oracle = false;
if ("oracle".equals(ConfigurationManager.getProperty("db.name")))
{
oracle = true;
}
boolean oracle = DatabaseManager.isOracle();
// changed to a check on remove
// Check authorisation