needed to close a db connection manually or we needed to wrap in try with resouces

This commit is contained in:
Brian Sweeney 2018-04-05 13:53:52 -06:00
parent edd63895f0
commit 57ba6b9118

View File

@ -115,7 +115,7 @@ public final class CommonFilesPanel extends javax.swing.JPanel {
String dataSourceName = resultSet.getString(2);
dataSourceMap.put(objectId, dataSourceName);
}
query.close();
}
void addListenerToAll(ActionListener l) { //TODO double click the button