]> git.mxchange.org Git - jmailer-ee.git/commitdiff
Continued:
authorRoland Häder <roland@mxchange.org>
Tue, 13 Mar 2018 00:14:57 +0000 (01:14 +0100)
committerRoland Häder <roland@mxchange.org>
Tue, 13 Mar 2018 00:14:57 +0000 (01:14 +0100)
- updated copyright year

Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jmailee/model/delivery/BaseMailerBean.java
src/org/mxchange/jmailee/model/delivery/DeliverableEmailRemote.java
src/org/mxchange/jmailee/model/delivery/wrapper/EmailDeliveryWrapper.java
src/org/mxchange/jmailee/model/delivery/wrapper/WrapableEmailDelivery.java

index 766f3e7080b8d5ea01620c8b3a59c1c1f14d7402..ee336bfca1afac4ebd8921091ae6ccec96dc4e65 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -32,7 +32,7 @@ import org.apache.velocity.VelocityContext;
 import org.apache.velocity.app.VelocityEngine;
 import org.apache.velocity.runtime.RuntimeConstants;
 import org.apache.velocity.runtime.resource.loader.ClasspathResourceLoader;
-import org.mxchange.jcoreee.database.BaseDatabaseBean;
+import org.mxchange.jcoreee.bean.ejb.BaseEnterpriseBean;
 import org.mxchange.jmailee.model.delivery.wrapper.WrapableEmailDelivery;
 
 /**
@@ -40,7 +40,7 @@ import org.mxchange.jmailee.model.delivery.wrapper.WrapableEmailDelivery;
  * <p>
  * @author Roland Häder<roland@mxchange.org>
  */
-public abstract class BaseMailerBean extends BaseDatabaseBean implements DeliverableEmailRemote {
+public abstract class BaseMailerBean extends BaseEnterpriseBean implements DeliverableEmailRemote {
 
        /**
         * Serial number
index 0d91b125c09967f988124e1ea69149d9e9ffebfd..33ca805efd97ce9c69f2e6346d299cc29a03f7f3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 00d0cdbe041945fd7ab144bf9e1e09edf1711fdb..e7cfa4a0f3adbd401e547fabedaad799c77db743 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
index 183b60d1202f7ad9ac6390fea2c32ba2be6d9440..658456d959978b1a5c6ce8c1caa4fde58d8b2cf3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016, 2017 Free Software Foundation
+ * Copyright (C) 2016 - 2018 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by