Skip to content
Snippets Groups Projects
Commit fbd3b1c2 authored by Dennis Eisold's avatar Dennis Eisold
Browse files

Merge branch 'master' into 'master'

Master

See merge request !49
parents 031841b9 0347d07b
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ public class DatenbankSqlite {
*/
private Connection connect() {
String url = "jdbc:sqlite::resource:enigma/codebuch.sqlite";
String url = "jdbc:sqlite::resource:projekt/enigma/codebuch.sqlite";
Connection conn = null;
try {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment