]> git.mxchange.org Git - addressbook-mailer-ejb.git/blobdiff - src/java/org/mxchange/jcontacts/contact/AddressbookAdminContactSessionBean.java
Please cherry-pick:
[addressbook-mailer-ejb.git] / src / java / org / mxchange / jcontacts / contact / AddressbookAdminContactSessionBean.java
index 581d4cc8f0af25e49dfb1cf557d80ef0819296f0..baff6545675467789bbab824a5759caa9daf1d70 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016, 2017 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
@@ -25,7 +25,7 @@ import org.mxchange.jcontacts.exceptions.ContactAlreadyAddedException;
 /**
  * An administrative contact EJB
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Stateless (name = "adminContact", description = "An administrative contact EJB")
 public class AddressbookAdminContactSessionBean extends BaseAddressbookDatabaseBean implements AdminContactSessionBeanRemote {
@@ -39,6 +39,8 @@ public class AddressbookAdminContactSessionBean extends BaseAddressbookDatabaseB
         * Default constructor
         */
        public AddressbookAdminContactSessionBean () {
+               // Call super constructor
+               super();
        }
 
        @Override