Adding final updates to dashboard analytics feature

This commit is contained in:
dilanua 2016-05-20 17:10:37 +05:30
parent fe447f4325
commit a7c7452e2e

View File

@ -90,11 +90,7 @@ public class GadgetDataServiceDAOFactory {
"this particular thread. Therefore, calling 'beginTransaction/openConnection' while another " +
"transaction is already active is a sign of improper transaction handling.");
}
try {
conn = dataSource.getConnection();
} catch (SQLException e) {
}
conn = dataSource.getConnection();
currentConnection.set(conn);
}