]> git.mxchange.org Git - pizzaservice-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:12 +0000 (15:29 +0200)
commite2c6128cff5e3fe6b0592d8f566620a613140952
tree9554fdf0fe80fd85333064337124236159f20df6
parentfe16e8c5b8d4f645f2ddb7f9d6e2cffdb03b48dc
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/PizzaAdminCountrySingletonBean.java