Compare commits

..

No commits in common. "master" and "v2.0.0" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<groupId>de.gnmyt</groupId>
<artifactId>SQLToolkit</artifactId>
<version>2.0.1</version>
<version>2.0</version>
<properties>
<maven.compiler.source>8</maven.compiler.source>

View File

@ -26,7 +26,7 @@ public class MySQLConnection {
private final String password;
private final String database;
protected Connection con;
private Connection con;
/**
* Basic constructor for the connection