mirror of
https://github.com/songoda/SongodaCore.git
synced 2025-02-10 16:41:28 +01:00
Fix package name
This commit is contained in:
parent
f24f250d36
commit
4955954bd6
@ -33,7 +33,7 @@ public class MariaDBConnector implements DatabaseConnector {
|
|||||||
int poolSize = databaseConfig.getInt("Connection Settings.Pool Size");
|
int poolSize = databaseConfig.getInt("Connection Settings.Pool Size");
|
||||||
|
|
||||||
try {
|
try {
|
||||||
Class.forName("com.songoda.core.third_party.org.mariadb.jdbc.Driver");
|
Class.forName("com.craftaro.core.third_party.org.mariadb.jdbc.Driver");
|
||||||
} catch (ClassNotFoundException e) {
|
} catch (ClassNotFoundException e) {
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user