From: Roland Häder Date: Sun, 6 Aug 2017 21:13:05 +0000 (+0200) Subject: fixed my name X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=216bba24fd4bb25053a84b714fb4dd0670564953;p=jcoreee.git fixed my name Signed-off-by: Roland Häder --- diff --git a/src/org/mxchange/jcoreee/events/helper/clear/HelperCleanupEvent.java b/src/org/mxchange/jcoreee/events/helper/clear/HelperCleanupEvent.java index d22c7db..fa81688 100644 --- a/src/org/mxchange/jcoreee/events/helper/clear/HelperCleanupEvent.java +++ b/src/org/mxchange/jcoreee/events/helper/clear/HelperCleanupEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Roland Haeder + * Copyright (C) 2017 Roland Häder * * 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. *

- * @author Roland Haeder + * @author Roland Häder */ public class HelperCleanupEvent implements ObservableHelperCleanupEvent { diff --git a/src/org/mxchange/jcoreee/events/helper/clear/ObservableHelperCleanupEvent.java b/src/org/mxchange/jcoreee/events/helper/clear/ObservableHelperCleanupEvent.java index 4aaed14..bdd377f 100644 --- a/src/org/mxchange/jcoreee/events/helper/clear/ObservableHelperCleanupEvent.java +++ b/src/org/mxchange/jcoreee/events/helper/clear/ObservableHelperCleanupEvent.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2017 Roland Haeder + * Copyright (C) 2017 Roland Häder * * 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. *

- * @author Roland Haeder + * @author Roland Häder */ public interface ObservableHelperCleanupEvent extends Serializable {