From: Roland Haeder Date: Sat, 21 May 2016 12:22:04 +0000 (+0200) Subject: fixed copyright to right one X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=00f7d091e11192ccaf3c7b750829f24575b2cfba;p=pizzaservice-ejb.git fixed copyright to right one --- diff --git a/src/java/org/mxchange/pizzaapplication/mailer/model/delivery/PizzaEmailDeliveryMessageBean.java b/src/java/org/mxchange/pizzaapplication/mailer/model/delivery/PizzaEmailDeliveryMessageBean.java index 9f445c3..4206c2c 100644 --- a/src/java/org/mxchange/pizzaapplication/mailer/model/delivery/PizzaEmailDeliveryMessageBean.java +++ b/src/java/org/mxchange/pizzaapplication/mailer/model/delivery/PizzaEmailDeliveryMessageBean.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 @@ -34,7 +34,7 @@ import org.mxchange.pizzaaplication.database.BasePizzaDatabaseBean; /** * A message-driven bean for sending out emails *

- * @author Roland Haeder + * @author Roland Haeder */ @MessageDriven (activationConfig = { @ActivationConfigProperty (propertyName = "destinationLookup", propertyValue = "jms/jlandingpage-email-queue"),