finally
{
DatabaseUtils.closeDatabaseCSR(con, statement, result);
}
_log.info("CashShop: loaded " + shop.size() + " items available for trading.");
list = new ExBR_ProductList();
Map<CashShopItem, Integer> data1 = new LinkedHashMap<CashShopItem, Integer>();
for(CashShopItem csi : shop.values())
{
data1.put(csi, csi.order);
}