English Syntax #2
This commit is contained in:
parent
ef5a2462bc
commit
4ecfffd8cf
@ -26,7 +26,7 @@ public class ForceFlatToSqlite implements Converter {
|
||||
plugin.getSettings().setValue("DataSource.backend", "sqlite");
|
||||
ConsoleLogger.info("Database successfully converted to sqlite !");
|
||||
} catch (Exception e) {
|
||||
ConsoleLogger.showError("An error appears while trying to convert flatfile ...");
|
||||
ConsoleLogger.showError("An error appeared while trying to convert flatfile to sqlite ...");
|
||||
} finally {
|
||||
if (sqlite != null)
|
||||
sqlite.close();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user