]> git.mxchange.org Git - pizzaservice-ejb.git/commitdiff
fixed copyright to right one
authorRoland Haeder <roland@mxchange.org>
Sat, 21 May 2016 12:22:04 +0000 (14:22 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 21 May 2016 12:22:04 +0000 (14:22 +0200)
src/java/org/mxchange/pizzaapplication/mailer/model/delivery/PizzaEmailDeliveryMessageBean.java

index 9f445c321ef2f383cad7b3f971ac37b49966973b..4206c2c1cc848f3341677c2817c3c938cd662f0e 100644 (file)
@@ -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
  * <p>
- * @author Roland Haeder<rhaeder@cho-time.de>
+ * @author Roland Haeder<roland@mxchange.org>
  */
 @MessageDriven (activationConfig = {
        @ActivationConfigProperty (propertyName = "destinationLookup", propertyValue = "jms/jlandingpage-email-queue"),