]> git.mxchange.org Git - jphone-core.git/commitdiff
fixed my name
authorRoland Häder <roland@mxchange.org>
Sun, 6 Aug 2017 21:13:05 +0000 (23:13 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 6 Aug 2017 21:13:05 +0000 (23:13 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jphone/events/fax/created/CreatedFaxNumberEvent.java
src/org/mxchange/jphone/events/landline/created/CreatedLandLineNumberEvent.java
src/org/mxchange/jphone/events/mobile/created/CreatedMobileNumberEvent.java

index ae35a512b20af9dd9c85c37e3e83ff74f2e8e6d4..cfa093c325a1962aaf9fe7adbe3bbceb7c45f2cd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Roland Haeder<roland@mxchange.org>
+ * Copyright (C) 2017 Roland Häder<roland@mxchange.org>
  *
  * 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
@@ -22,7 +22,7 @@ import org.mxchange.jphone.phonenumbers.fax.DialableFaxNumber;
  * An event being fired when a fax number instance has been successfully
  * created.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class CreatedFaxNumberEvent implements ObservableCreatedFaxNumberEvent {
 
index 25deee2d6c050b3c5a65bace4a2165d2ac063e2d..981e43f1ee1f95f703c008fadbc0a3e99cf5f7ca 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Roland Haeder<roland@mxchange.org>
+ * Copyright (C) 2017 Roland Häder<roland@mxchange.org>
  *
  * 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
@@ -22,7 +22,7 @@ import org.mxchange.jphone.phonenumbers.landline.DialableLandLineNumber;
  * An event being fired when a land-line number instance has been successfully
  * created..
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class CreatedLandLineNumberEvent implements ObservableCreatedLandLineNumberEvent {
 
index 36e4577904fbf58dbe3bf69e688208b74374f0b6..bd28112d364ba52c6101570e52562dd24bbd61dc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2017 Roland Haeder<roland@mxchange.org>
+ * Copyright (C) 2017 Roland Häder<roland@mxchange.org>
  *
  * 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
@@ -22,7 +22,7 @@ import org.mxchange.jphone.phonenumbers.mobile.DialableMobileNumber;
  * An event being fired when a mobile number instance has been successfully
  * created..
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class CreatedMobileNumberEvent implements ObservableCreatedMobileNumberEvent {