From: Roland Haeder Date: Mon, 8 Aug 2016 17:49:57 +0000 (+0200) Subject: fixed copyright&author X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=6e9db3dfe44caff6785ed7e0eb42c0b027c73b51;p=pizzaservice-war.git fixed copyright&author Signed-off-by: Roland Häder --- diff --git a/src/java/org/mxchange/pizzaapplication/beans/contact/phone/PizzaContactPhoneWebSessionBean.java b/src/java/org/mxchange/pizzaapplication/beans/contact/phone/PizzaContactPhoneWebSessionBean.java index 436d986a..8658520e 100644 --- a/src/java/org/mxchange/pizzaapplication/beans/contact/phone/PizzaContactPhoneWebSessionBean.java +++ b/src/java/org/mxchange/pizzaapplication/beans/contact/phone/PizzaContactPhoneWebSessionBean.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 @@ -44,7 +44,7 @@ import org.mxchange.pizzaapplication.beans.phone.PizzaAdminPhoneWebRequestContro /** * A general contact bean (controller) *

- * @author Roland Haeder + * @author Roland Haeder */ @Named ("contactPhoneController") @SessionScoped diff --git a/src/java/org/mxchange/pizzaapplication/beans/contact/phone/PizzaContactPhoneWebSessionController.java b/src/java/org/mxchange/pizzaapplication/beans/contact/phone/PizzaContactPhoneWebSessionController.java index becb2a97..433e6f21 100644 --- a/src/java/org/mxchange/pizzaapplication/beans/contact/phone/PizzaContactPhoneWebSessionController.java +++ b/src/java/org/mxchange/pizzaapplication/beans/contact/phone/PizzaContactPhoneWebSessionController.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 @@ -27,7 +27,7 @@ import org.mxchange.jusercore.events.user.add.AdminAddedUserEvent; /** * An interface for user beans *

- * @author Roland Haeder + * @author Roland Haeder */ @Local public interface PizzaContactPhoneWebSessionController extends Serializable {