mirror of
https://github.com/svek95/WST_PersonTest.git
synced 2026-05-17 18:44:03 +03:00
add gitignore
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user