]> git.mxchange.org Git - pizzaservice-mailer-ejb.git/commit
Please cherry-pick:
authorRoland Häder <roland@mxchange.org>
Thu, 26 Apr 2018 20:54:23 +0000 (22:54 +0200)
committerRoland Häder <roland@mxchange.org>
Mon, 15 Jul 2019 03:12:56 +0000 (05:12 +0200)
commit052693784cc2cbff14cdfb9c6b30c21c5c663ca5
treeabc421581a7bb1c7e46bb18cf17eb730c94604ce
parent9b6dd3b7251bf90c40e4615bad3b656bafbdfd55
Please cherry-pick:
- made more local variables final (possible here) which gives the Java compiler
  hints to optimize the binary a bit more
- always invoke super() until you have reach the most-super (highest class)
  then there is no need for it as java.lang.Object is then next

Signed-off-by: Roland Häder <roland@mxchange.org>
src/java/org/mxchange/pizzaapplication/model/mailer/PizzaEmailDeliveryMessageBean.java
src/java/org/mxchange/pizzaapplication/model/mailer/PizzaMailerSingletonBean.java