From beb99def04fbb11f8b08f6e0252c08141cc688dd Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 10 Apr 2017 23:55:10 +0200 Subject: [PATCH] updated own name and resources MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- .../mxchange/jcountry/data/CountrySingletonBeanRemote.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/org/mxchange/jcountry/data/CountrySingletonBeanRemote.java b/src/org/mxchange/jcountry/data/CountrySingletonBeanRemote.java index 107dc94..f9bc45f 100644 --- a/src/org/mxchange/jcountry/data/CountrySingletonBeanRemote.java +++ b/src/org/mxchange/jcountry/data/CountrySingletonBeanRemote.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2016 Roland Haeder + * Copyright (C) 2016 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 @@ -24,7 +24,7 @@ import org.mxchange.jcountry.exceptions.CountryAlreadyAddedException; /** * A remote interface for country informations *

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