From 63c6e20f6f111ac408bf28049687c904a21afb26 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Fri, 5 Aug 2016 21:05:31 +0200 Subject: [PATCH] updated/fixed copyright as this is Pizza-Service MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../jusercore/model/user/JobsAdminUserSessionBean.java | 2 +- .../password_history/JobsUserPasswordHistorySessionBean.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/java/org/mxchange/jusercore/model/user/JobsAdminUserSessionBean.java b/src/java/org/mxchange/jusercore/model/user/JobsAdminUserSessionBean.java index 3cc2fb9..8595819 100644 --- a/src/java/org/mxchange/jusercore/model/user/JobsAdminUserSessionBean.java +++ b/src/java/org/mxchange/jusercore/model/user/JobsAdminUserSessionBean.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 JobsAdminUserSessionBean extends BaseJobsDatabaseBean implements AdminUserSessionBeanRemote { diff --git a/src/java/org/mxchange/jusercore/model/user/password_history/JobsUserPasswordHistorySessionBean.java b/src/java/org/mxchange/jusercore/model/user/password_history/JobsUserPasswordHistorySessionBean.java index 03c08ab..6b12b53 100644 --- a/src/java/org/mxchange/jusercore/model/user/password_history/JobsUserPasswordHistorySessionBean.java +++ b/src/java/org/mxchange/jusercore/model/user/password_history/JobsUserPasswordHistorySessionBean.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 JobsUserPasswordHistorySessionBean extends BaseJobsDatabaseBean implements UserPasswordHistorySessionBeanRemote { -- 2.39.5