add gitignore

This commit is contained in:
2019-02-23 20:13:33 +03:00
parent d8df1d21e4
commit 4f1558ed5f
+2
View File
@@ -17,6 +17,8 @@ public class ConnectionUtil {
Logger.getLogger(PostgreSQLDAO.class.getName()).log(Level.SEVERE, null, ex); Logger.getLogger(PostgreSQLDAO.class.getName()).log(Level.SEVERE, null, ex);
} }
} }
public static Connection getConnection() { public static Connection getConnection() {
Connection connection = null; Connection connection = null;
try { try {