Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
aa6b203882 | |||
2538d0958e |
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>de.gnmyt</groupId>
|
||||
<artifactId>SQLToolkit</artifactId>
|
||||
<version>2.0</version>
|
||||
<version>2.0.1</version>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.source>8</maven.compiler.source>
|
||||
|
@ -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