mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-22 16:41:46 +03:00
[FIX] Save config with postgresql
This commit is contained in:
parent
7f4fe566de
commit
0d1b32fc1c
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@ public final class PostgreSQLSourceConfig implements AutoCloseable, SQLSourceCon
|
|||
private String database;
|
||||
|
||||
// Cache
|
||||
private DataSource source;
|
||||
private boolean hikari;
|
||||
private transient DataSource source;
|
||||
private transient boolean hikari;
|
||||
|
||||
@Override
|
||||
public synchronized void close() {
|
||||
|
|
Loading…
Reference in a new issue