Versio 1, ensimmäinen committi!
This commit is contained in:
@@ -16,7 +16,7 @@ public class Tietokanta {
|
||||
private static String dbPath = SystemUtils.getUserHome().getAbsolutePath() + "\\OneDrive\\Kuljetusruokasovellus\\tietokanta.db";
|
||||
|
||||
public Tietokanta(boolean dev) throws IOException {
|
||||
if (dev) dbPath = "tietokanta.db";
|
||||
if (dev) dbPath = "testikanta.db";
|
||||
File file = new File(dbPath);
|
||||
try {
|
||||
//noinspection ResultOfMethodCallIgnored
|
||||
|
||||
Reference in New Issue
Block a user