]> git.mxchange.org Git - jmailer-ee.git/commitdiff
updated own name and resources
authorRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 21:55:10 +0000 (23:55 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 21:55:10 +0000 (23:55 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jmailee/model/delivery/BaseMailer.java
src/org/mxchange/jmailee/model/delivery/DeliverableEmail.java
src/org/mxchange/jmailee/model/delivery/wrapper/EmailDeliveryWrapper.java
src/org/mxchange/jmailee/model/delivery/wrapper/WrapableEmailDelivery.java

index dee8ff4522e1dcd81fabc65ab16bf2d4700f1b00..8c75fbea147d7afb3abfbe058fdba21c8e21ee05 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -41,7 +41,7 @@ import org.mxchange.jmailee.model.delivery.wrapper.WrapableEmailDelivery;
 /**
  * An email class for sending out mails from templates
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public abstract class BaseMailer implements DeliverableEmail {
 
index d8506eaff9e31dade1e112e48eaa58adaec4e1fa..49f980e09b1f604bfd275bbe7bfed5c7cf9c5c37 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -24,7 +24,7 @@ import org.apache.velocity.app.VelocityEngine;
 /**
  * An interface for email delivery classes
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Local
 public interface DeliverableEmail extends Serializable {
index 788c1a0d8e96ab509ca478a8d96e3d50ea1ef401..b26c932b45b43853a7eb15d37698efbbae697cf8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -23,7 +23,7 @@ import javax.mail.Address;
 /**
  * A wrapper class for email delivery.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class EmailDeliveryWrapper implements WrapableEmailDelivery {
 
index de2330b22ec4015cc0d90db815db9dbe6693c247..64d1895ca03ccb619878f59672dc5e07bff51226 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 Roland Häder
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -25,7 +25,7 @@ import javax.mail.Address;
 /**
  * A generic wrapper interface for mail delivery.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Local
 public interface WrapableEmailDelivery extends Serializable {