Fix typo in database setrings properties

This commit is contained in:
Gabriele C 2021-03-15 10:20:56 +01:00 committed by GitHub
parent b1e9b43294
commit d50ad908d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ public final class DatabaseSettings implements SettingsHolder {
@Comment("Driver Name of the MySQL database")
public static final Property<String> MYSQL_DRIVER_CLASS_NAME =
newProperty("DataSource.mySQLDriverClassName", "com.mysql.jdbc.Drive");
newProperty("DataSource.mySQLDriverClassName", "com.mysql.jdbc.Driver");
@Comment("Database Name, use with converters or as SQLITE database name")
public static final Property<String> MYSQL_DATABASE =