mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 08:56:15 +00:00
Removed commented code.
This commit is contained in:
parent
ed1443aa68
commit
b79b91f502
@ -131,8 +131,7 @@ final class PostgresCentralRepo extends RdbmsCentralRepo {
|
||||
CentralRepoDbUtil.closeConnection(conn);
|
||||
}
|
||||
|
||||
|
||||
//dbSettings.insertDefaultDatabaseContent();
|
||||
|
||||
RdbmsCentralRepoSchemaFactory centralRepoSchemaFactory = new RdbmsCentralRepoSchemaFactory(CentralRepoPlatforms.POSTGRESQL);
|
||||
centralRepoSchemaFactory.insertDefaultDatabaseContent();
|
||||
}
|
||||
|
@ -144,7 +144,6 @@ final class SqliteCentralRepo extends RdbmsCentralRepo {
|
||||
CentralRepoDbUtil.closeConnection(conn);
|
||||
}
|
||||
|
||||
//RdbmsCentralRepoSchemaFactory.getInstance().insertDefaultDatabaseContent();
|
||||
RdbmsCentralRepoSchemaFactory centralRepoSchemaFactory = new RdbmsCentralRepoSchemaFactory(CentralRepoPlatforms.SQLITE);
|
||||
centralRepoSchemaFactory.insertDefaultDatabaseContent();
|
||||
} finally {
|
||||
|
Loading…
x
Reference in New Issue
Block a user