Skip to content
Snippets Groups Projects
Commit 10bbff54 authored by Julien's avatar Julien Committed by Olivier
Browse files

Fix user name in simplified db config

parent 60480bf2
Branches
Tags 5.2
No related merge requests found
Pipeline #831 failed
......@@ -31,7 +31,7 @@ public class DbRepoConfig {
private final static String dbNameAttribute = "Database name";
private final static String accessMethodAttribute = "JDBC column access method";
private final static String connectionStrAttribute = "Raw driver string";
private final static String userAttribute = "User Name";
private final static String userAttribute = "User name";
private final static String passwordAttribute = "Password";
private final static String nameElement = "name";
private final static String repoConnectionsCommand = "repositoryconnections";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment