]> git.mxchange.org Git - addressbook-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:15 +0000 (15:29 +0200)
commitc3c0c442155692d76d2610491d6caad71184acab
treea9137fe391437175687f621e514a2436772f7ba5
parent639e0355cd3d26528f8e3d6e6525cb6dc68cde55
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/AddressbookAdminCountrySingletonBean.java