Removed static modifier

This commit is contained in:
mathias 2021-08-19 12:03:42 +02:00
parent a04c670e02
commit 21376fbf77
No known key found for this signature in database
GPG Key ID: 8950DF62139C852A

View File

@ -22,7 +22,7 @@ public class MySQLConnection {
private String tablePrefix = ""; private String tablePrefix = "";
private String tablePrefixVariable = ""; private String tablePrefixVariable = "";
private String connectString = ""; private String connectString = "";
public static Connection con; private Connection con;
private final SqlLogManager sqlLogManager; private final SqlLogManager sqlLogManager;
/** /**