Removed static modifier
This commit is contained in:
parent
a04c670e02
commit
21376fbf77
@ -22,7 +22,7 @@ public class MySQLConnection {
|
||||
private String tablePrefix = "";
|
||||
private String tablePrefixVariable = "";
|
||||
private String connectString = "";
|
||||
public static Connection con;
|
||||
private Connection con;
|
||||
private final SqlLogManager sqlLogManager;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user