Skip to content
Snippets Groups Projects
Commit 8fe2fb33 authored by Benjamin's avatar Benjamin
Browse files

Change "db" property string to use new constant

parent bd2bf3aa
No related branches found
No related tags found
No related merge requests found
......@@ -188,7 +188,7 @@ public class CommandLine
System.out.println("Start with \"-help\" for usage info");
//create a DB
String dbname=props.getProperty("db",DEFAULT_DB);
String dbname=props.getProperty(Client.DB_PROPERTY, DEFAULT_DB);
ClassLoader classLoader = CommandLine.class.getClassLoader();
......
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