From: Roland Haeder Date: Fri, 5 Aug 2016 19:05:31 +0000 (+0200) Subject: updated/fixed copyright as this is Pizza-Service X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d028550ecc2d17af63a1eaceb8253d23d6c4458c;p=addressbook-mailer-ejb.git updated/fixed copyright as this is Pizza-Service Signed-off-by: Roland Häder --- diff --git a/src/java/org/mxchange/jusercore/model/user/AddressbookAdminUserSessionBean.java b/src/java/org/mxchange/jusercore/model/user/AddressbookAdminUserSessionBean.java index b1e110b..f42f013 100644 --- a/src/java/org/mxchange/jusercore/model/user/AddressbookAdminUserSessionBean.java +++ b/src/java/org/mxchange/jusercore/model/user/AddressbookAdminUserSessionBean.java @@ -38,7 +38,7 @@ import org.mxchange.jusercore.model.user.status.UserAccountStatus; /** * An administrative user EJB *

- * @author Roland Haeder + * @author Roland Haeder */ @Stateless (name = "adminUser", description = "A bean handling the user data") public class AddressbookAdminUserSessionBean extends BaseAddressbookDatabaseBean implements AdminUserSessionBeanRemote { diff --git a/src/java/org/mxchange/jusercore/model/user/password_history/AddressbookUserPasswordHistorySessionBean.java b/src/java/org/mxchange/jusercore/model/user/password_history/AddressbookUserPasswordHistorySessionBean.java index dc4a484..1eded70 100644 --- a/src/java/org/mxchange/jusercore/model/user/password_history/AddressbookUserPasswordHistorySessionBean.java +++ b/src/java/org/mxchange/jusercore/model/user/password_history/AddressbookUserPasswordHistorySessionBean.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Cho-Time GmbH + * Copyright (C) 2016 Roland Haeder * * 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 *

- * @author Roland Haeder + * @author Roland Haeder */ @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 {