]> git.mxchange.org Git - jcustomer-core.git/commitdiff
fixed my name
authorRoland Häder <roland@mxchange.org>
Sun, 6 Aug 2017 21:13:07 +0000 (23:13 +0200)
committerRoland Häder <roland@mxchange.org>
Sun, 6 Aug 2017 21:13:07 +0000 (23:13 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jcustomercore/events/customer/created/ObservableCreatedCustomerEvent.java

index c2938b85432c5db94b63a0d9b6c87db710097cd7..5e19d0c3ebe509a2898af6dcfc63797f3efa9e59 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
@@ -23,7 +23,7 @@ import org.mxchange.jcustomercore.model.customer.Customer;
  * An interface for observable events being fired when a customer instance has
  * been successfully created. This may happen when a customer profile was called.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface ObservableCreatedCustomerEvent extends Serializable {