Made MySQLConnection#con protected
This commit is contained in:
parent
0a7d2f9a22
commit
2538d0958e
@ -26,7 +26,7 @@ public class MySQLConnection {
|
||||
private final String password;
|
||||
private final String database;
|
||||
|
||||
private Connection con;
|
||||
protected Connection con;
|
||||
|
||||
/**
|
||||
* Basic constructor for the connection
|
||||
|
Reference in New Issue
Block a user