From: Roland Häder Date: Thu, 26 Apr 2018 20:54:23 +0000 (+0200) Subject: Please cherry-pick: X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e66b2d57b893c0aca2b93460639688f4660e446f;hp=e66b2d57b893c0aca2b93460639688f4660e446f;p=jjobs-mailer-ejb.git 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 ---