Compare commits
No commits in common. "master" and "v2.0.0" have entirely different histories.
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>de.gnmyt</groupId>
|
<groupId>de.gnmyt</groupId>
|
||||||
<artifactId>SQLToolkit</artifactId>
|
<artifactId>SQLToolkit</artifactId>
|
||||||
<version>2.0.1</version>
|
<version>2.0</version>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<maven.compiler.source>8</maven.compiler.source>
|
<maven.compiler.source>8</maven.compiler.source>
|
||||||
|
@ -26,7 +26,7 @@ public class MySQLConnection {
|
|||||||
private final String password;
|
private final String password;
|
||||||
private final String database;
|
private final String database;
|
||||||
|
|
||||||
protected Connection con;
|
private Connection con;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Basic constructor for the connection
|
* Basic constructor for the connection
|
||||||
|
Reference in New Issue
Block a user