summaryrefslogtreecommitdiffstats
path: root/base/java-tools/src
diff options
context:
space:
mode:
authorEndi S. Dewata <edewata@redhat.com>2014-04-29 16:28:23 -0400
committerEndi S. Dewata <edewata@redhat.com>2014-05-05 14:57:47 -0400
commitb381c23ea5f3233adbd2e5a16ec124115d1cd936 (patch)
treeda91e568f7a5f817ad876e00ec5d749197f42ea8 /base/java-tools/src
parent8084199ce991d44023cbd1515d735c795100c911 (diff)
downloadpki-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')
0 files changed, 0 insertions, 0 deletions