Versio 3.1.0

Signed-off-by: laurimaaninka <lauri.maaninka@gmail.com>
This commit is contained in:
2026-05-11 15:52:30 +03:00
parent 235b07763b
commit 2eb3b4e18d
4 changed files with 9 additions and 4 deletions
+2 -1
View File
@@ -36,7 +36,8 @@ public class Main {
try (OutputStream os = new FileOutputStream(asetustiedosto)) {
properties.store(os, "");
} catch (IOException e) {
throw new RuntimeException(e);
//noinspection CallToPrintStackTrace
e.printStackTrace();
}
}
}