]> git.mxchange.org Git - jcore-utils.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/jcoreee/events/helper/clear/HelperCleanupEvent.java
src/org/mxchange/jcoreee/events/helper/clear/ObservableHelperCleanupEvent.java

index d22c7dbfca4c1dfb772bb1ff187a705604927fa1..fa81688b4118e93e94ac2f1fc5776108e2e2ef66 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
@@ -19,7 +19,7 @@ package org.mxchange.jcoreee.events.helper.clear;
 /**
  * An event being fired when a helper bean should be cleaned.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class HelperCleanupEvent implements ObservableHelperCleanupEvent {
 
index 4aaed14c48b1974c16c507a81a610a61ace86b94..bdd377f21195bf58dea642cbc94f3e2b987a6334 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 java.io.Serializable;
 /**
  * An event being fired when a helper bean should be cleaned.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface ObservableHelperCleanupEvent extends Serializable {