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

index 86444d81cd2e750d049dba80a27af56d7b1922d7..c0718ee057c5f694428016c3a0a623cb93aa8b9c 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.jusercore.model.user.User;
  * An interface for observable events being fired when a user instance was
  * successfully created.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface ObservableCreatedUserEvent extends Serializable {