Skip to content

Commit

Permalink
Fix user name in simplified db config
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien Massiera authored and otavard committed Jul 7, 2022
1 parent 60480bf commit 10bbff5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 10bbff5

Please sign in to comment.