]> git.mxchange.org Git - jjobs-ejb.git/commit
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Sat, 25 Jun 2022 13:08:07 +0000 (15:08 +0200)
committerRoland Häder <roland@mxchange.org>
Sat, 25 Jun 2022 13:29:14 +0000 (15:29 +0200)
commite7dbadba33e15eea15e31f361b2b21b0d6039ff4
treee21e50f089b5681b2c9b489f957cfac8f5bd7de7
parent329a836b90767e214a24c889f2982a2ae9557727
Please cherry-pick:
- private methods should not have exceptions thrown because these cases cannot
  be unit-tested (or very hard)
- normally only public, package-level or protected methods throw exceptions
  and have made sure that e.g. null-references won't get through to private
  methods

Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/jcountry/model/data/JobsAdminCountrySingletonBean.java