|
@@ -56,7 +56,7 @@ public class Database {
|
|
public static void setup() {
|
|
public static void setup() {
|
|
LOGGER.info("Checking the database");
|
|
LOGGER.info("Checking the database");
|
|
if(isSet()) {
|
|
if(isSet()) {
|
|
- LOGGER.info("Database il already set");
|
|
|
|
|
|
+ LOGGER.info("Database is already set");
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
LOGGER.info("Creating table");
|
|
LOGGER.info("Creating table");
|