addBTEItems rethrows BTE exceptions

This commit is contained in:
Kostas Stamatis
2014-01-24 12:23:58 +02:00
committed by Ivan Masár
parent df166341c1
commit 2220874490

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();