мелочь
This commit is contained in:
@ -49,7 +49,7 @@ public class Storage implements AutoCloseable {
|
||||
}
|
||||
|
||||
// В коде не надеюсь на finalize, использую try-with-resources из AutoCloseable
|
||||
@Override
|
||||
/*@Override
|
||||
protected void finalize() throws Throwable {
|
||||
if(conn!=null) {
|
||||
try {
|
||||
@ -60,7 +60,7 @@ public class Storage implements AutoCloseable {
|
||||
}
|
||||
}
|
||||
super.finalize();
|
||||
}
|
||||
}*/
|
||||
|
||||
//Получаю поля из базы email пользователя
|
||||
public JSONObject getJWT(String email){
|
||||
|
||||
Reference in New Issue
Block a user