mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +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);
|
CentralRepoDbUtil.closeConnection(conn);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
//dbSettings.insertDefaultDatabaseContent();
|
|
||||||
RdbmsCentralRepoSchemaFactory centralRepoSchemaFactory = new RdbmsCentralRepoSchemaFactory(CentralRepoPlatforms.POSTGRESQL);
|
RdbmsCentralRepoSchemaFactory centralRepoSchemaFactory = new RdbmsCentralRepoSchemaFactory(CentralRepoPlatforms.POSTGRESQL);
|
||||||
centralRepoSchemaFactory.insertDefaultDatabaseContent();
|
centralRepoSchemaFactory.insertDefaultDatabaseContent();
|
||||||
}
|
}
|
||||||
|
@ -144,7 +144,6 @@ final class SqliteCentralRepo extends RdbmsCentralRepo {
|
|||||||
CentralRepoDbUtil.closeConnection(conn);
|
CentralRepoDbUtil.closeConnection(conn);
|
||||||
}
|
}
|
||||||
|
|
||||||
//RdbmsCentralRepoSchemaFactory.getInstance().insertDefaultDatabaseContent();
|
|
||||||
RdbmsCentralRepoSchemaFactory centralRepoSchemaFactory = new RdbmsCentralRepoSchemaFactory(CentralRepoPlatforms.SQLITE);
|
RdbmsCentralRepoSchemaFactory centralRepoSchemaFactory = new RdbmsCentralRepoSchemaFactory(CentralRepoPlatforms.SQLITE);
|
||||||
centralRepoSchemaFactory.insertDefaultDatabaseContent();
|
centralRepoSchemaFactory.insertDefaultDatabaseContent();
|
||||||
} finally {
|
} finally {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user