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");
|
plugin.getSettings().setValue("DataSource.backend", "sqlite");
|
||||||
ConsoleLogger.info("Database successfully converted to sqlite !");
|
ConsoleLogger.info("Database successfully converted to sqlite !");
|
||||||
} catch (Exception e) {
|
} 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 {
|
} finally {
|
||||||
if (sqlite != null)
|
if (sqlite != null)
|
||||||
sqlite.close();
|
sqlite.close();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user