]> git.mxchange.org Git - addressbook-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>
Sat, 1 Feb 2020 03:00:17 +0000 (04:00 +0100)
commitb883cf0034ef36d5c12ad840982fdd072a198490
tree977c9e5ddb0c4530eb168adac736bdc55726cd52
parentb4cb1fec4563c8e14076ec4507fdf583a86381d6
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/addressbook/mailer/model/delivery/AddressbookEmailDeliveryMessageBean.java
src/java/org/mxchange/addressbook/mailer/model/delivery/AddressbookMailerSingletonBean.java