mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
addBTEItems rethrows BTE exceptions
This commit is contained in:

committed by
Panagiotis Koutsourakis

parent
56515633c9
commit
10883a5f03
@@ -715,7 +715,7 @@ public class ItemImport
|
||||
} catch (Exception e) {
|
||||
System.err.println("Exception");
|
||||
e.printStackTrace();
|
||||
//throw e;
|
||||
throw e;
|
||||
}
|
||||
|
||||
ItemImport myloader = new ItemImport();
|
||||
|
Reference in New Issue
Block a user