]> git.mxchange.org Git - jmailer-ee.git/commitdiff
no way of fixing this, assignment is really fine here.
authorRoland Häder <roland@mxchange.org>
Thu, 19 May 2016 07:44:43 +0000 (09:44 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 19 May 2016 07:44:43 +0000 (09:44 +0200)
src/org/mxchange/jmailee/model/delivery/BaseMailer.java

index 851205d6e24a70eed883760961fadb1ed75bc160..64cbf368f298aab785901333d7941146cb3af1e8 100644 (file)
@@ -99,6 +99,7 @@ public abstract class BaseMailer implements DeliverableEmail {
        }
 
        @Override
+       @SuppressWarnings ("AssignmentToCollectionOrArrayFieldFromParameter")
        public void init (final Properties properties) {
                // Trace message
                this.getLoggerBeanLocal().logTrace(MessageFormat.format("init: properties={0} - CALLED!", properties)); //NOI18N