Made MySQLConnection#con protected

This commit is contained in:
mathias 2021-11-21 02:51:23 +01:00
parent 0a7d2f9a22
commit 2538d0958e
No known key found for this signature in database
GPG Key ID: 8950DF62139C852A

View File

@ -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