]> git.mxchange.org Git - jshop-core.git/commitdiff
fixed my name, it is 'Häder', not 'Haeder'
authorRoland Häder <roland@mxchange.org>
Wed, 19 Apr 2017 22:11:32 +0000 (00:11 +0200)
committerRoland Häder <roland@mxchange.org>
Wed, 19 Apr 2017 22:11:32 +0000 (00:11 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jshopcore/events/ObservableCheckoutCompletedEvent.java
src/org/mxchange/jshopcore/events/ShopCheckoutCompletedEvent.java

index 3c11be5aa2113575cae7842375fdc0d78ef6517d..003338a32b617917d1c5202733de197535c720f6 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.jshopcore.wrapper.WrapableCheckout;
 /**
  * An observable event being fired when a checkout is completed.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface ObservableCheckoutCompletedEvent extends Serializable {
 
index 98a9e02e664d109d4766ad6ede5ca67f24ea9df0..6bb4829d7e44608967fc9da234a6488113282a0a 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
@@ -21,7 +21,7 @@ import org.mxchange.jshopcore.wrapper.WrapableCheckout;
 /**
  * An event being fired when a checkout is completed by user
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class ShopCheckoutCompletedEvent implements ObservableCheckoutCompletedEvent {