Commit d9ffbde5 authored by Alina Habibulina's avatar Alina Habibulina

Update UserManager.java

parent 45e2be8a
...@@ -22,7 +22,7 @@ public class UserManager { ...@@ -22,7 +22,7 @@ public class UserManager {
private static final Logger LOGGER = LoggerFactory.getLogger(UserManager.class); private static final Logger LOGGER = LoggerFactory.getLogger(UserManager.class);
public static String set_pass(String login, String new_pass) { public static String set_pass(String login, String new_pass) {
//123
Connection con = null; Connection con = null;
try { try {
con = ConnectionPool.getConnection(); con = ConnectionPool.getConnection();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment