addBTEItems rethrows BTE exceptions

This commit is contained in:
Kostas Stamatis
2014-01-24 12:23:58 +02:00
committed by Panagiotis Koutsourakis
parent 56515633c9
commit 10883a5f03

View File

@@ -715,7 +715,7 @@ public class ItemImport
} catch (Exception e) {
System.err.println("Exception");
e.printStackTrace();
//throw e;
throw e;
}
ItemImport myloader = new ItemImport();