diff options
| author | Endi S. Dewata <edewata@redhat.com> | 2014-04-29 16:28:23 -0400 |
|---|---|---|
| committer | Endi S. Dewata <edewata@redhat.com> | 2014-05-05 14:57:47 -0400 |
| commit | b381c23ea5f3233adbd2e5a16ec124115d1cd936 (patch) | |
| tree | da91e568f7a5f817ad876e00ec5d749197f42ea8 /base/java-tools/src/com | |
| parent | 8084199ce991d44023cbd1515d735c795100c911 (diff) | |
| download | pki-b381c23ea5f3233adbd2e5a16ec124115d1cd936.tar.gz pki-b381c23ea5f3233adbd2e5a16ec124115d1cd936.tar.xz pki-b381c23ea5f3233adbd2e5a16ec124115d1cd936.zip | |
Fixed ConfigurationUtils.setupDBUser().
Previously the ConfigurationUtils.setupDBUser() was using findUsers()
to get a list of users and then only use the first one. It has been
replaced with getUser() which will return the user directly. If the
user doesn't exist, findUsers() will throw an exception whereas the
getUser() will return null, so the try-catch block has been removed.
Ticket #920
Diffstat (limited to 'base/java-tools/src/com')
0 files changed, 0 insertions, 0 deletions
