]> git.mxchange.org Git - pizzaservice-mailer-ejb.git/blobdiff - src/java/org/mxchange/jusercore/model/user/password_history/AddressbookUserPasswordHistorySessionBean.java
updated jar(s)
[pizzaservice-mailer-ejb.git] / src / java / org / mxchange / jusercore / model / user / password_history / AddressbookUserPasswordHistorySessionBean.java
index 1eded7099b6270311a8cbed19263e7a7fcf3fb6e..dfb25030b92b1b082e50a71d2272729c7cc1434a 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
@@ -26,7 +26,7 @@ import org.mxchange.jusercore.model.user.User;
 /**
  * A user password history EJB
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Stateless (name = "userPasswordHistory", description = "A stateless EJB for user's password history. This bean does return the full user's password history and not limited. The application then needs to limit it to it's purpose.")
 public class AddressbookUserPasswordHistorySessionBean extends BaseAddressbookDatabaseBean implements UserPasswordHistorySessionBeanRemote {
@@ -40,6 +40,8 @@ public class AddressbookUserPasswordHistorySessionBean extends BaseAddressbookDa
         * Default constructor
         */
        public AddressbookUserPasswordHistorySessionBean () {
+               // Call super constructor
+               super();
        }
 
        @Override