From 74b1b95e59523cc7224a975addbc7515b829f094 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 --- src/org/mxchange/jcountry/data/Country.java | 4 ++-- src/org/mxchange/jcountry/data/CountryData.java | 4 ++-- src/org/mxchange/jcountry/events/AdminAddedCountryEvent.java | 4 ++-- src/org/mxchange/jcountry/events/AdminEventCountryAdded.java | 4 ++-- .../jcountry/exceptions/CountryAlreadyAddedException.java | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/org/mxchange/jcountry/data/Country.java b/src/org/mxchange/jcountry/data/Country.java index 8c8e2c7..6ea00d4 100644 --- a/src/org/mxchange/jcountry/data/Country.java +++ b/src/org/mxchange/jcountry/data/Country.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 @@ -22,7 +22,7 @@ import java.util.Calendar; /** * A POJI for country data such as dial prefixes *

- * @author Roland Haeder + * @author Roland Häder */ public interface Country extends Serializable { diff --git a/src/org/mxchange/jcountry/data/CountryData.java b/src/org/mxchange/jcountry/data/CountryData.java index 9f1bd14..728801c 100644 --- a/src/org/mxchange/jcountry/data/CountryData.java +++ b/src/org/mxchange/jcountry/data/CountryData.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 @@ -34,7 +34,7 @@ import javax.persistence.Transient; /** * A POJO for country data *

- * @author Roland Haeder + * @author Roland Häder */ @Entity (name = "country_data") @Table (name = "country_data") diff --git a/src/org/mxchange/jcountry/events/AdminAddedCountryEvent.java b/src/org/mxchange/jcountry/events/AdminAddedCountryEvent.java index dfed22c..b014c92 100644 --- a/src/org/mxchange/jcountry/events/AdminAddedCountryEvent.java +++ b/src/org/mxchange/jcountry/events/AdminAddedCountryEvent.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 @@ -22,7 +22,7 @@ import org.mxchange.jcountry.data.Country; /** * An interface for a country being added by the administrator. *

- * @author Roland Haeder + * @author Roland Häder */ public interface AdminAddedCountryEvent extends Serializable { diff --git a/src/org/mxchange/jcountry/events/AdminEventCountryAdded.java b/src/org/mxchange/jcountry/events/AdminEventCountryAdded.java index 8fe8e97..0ba4657 100644 --- a/src/org/mxchange/jcountry/events/AdminEventCountryAdded.java +++ b/src/org/mxchange/jcountry/events/AdminEventCountryAdded.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 @@ -22,7 +22,7 @@ import org.mxchange.jcountry.data.Country; /** * An addedCountry triggered when the administrator adds a new country *

- * @author Roland Haeder + * @author Roland Häder */ public class AdminEventCountryAdded implements AdminAddedCountryEvent { diff --git a/src/org/mxchange/jcountry/exceptions/CountryAlreadyAddedException.java b/src/org/mxchange/jcountry/exceptions/CountryAlreadyAddedException.java index acbb78d..2c8128c 100644 --- a/src/org/mxchange/jcountry/exceptions/CountryAlreadyAddedException.java +++ b/src/org/mxchange/jcountry/exceptions/CountryAlreadyAddedException.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 Affero General Public License as @@ -23,7 +23,7 @@ import org.mxchange.jcountry.data.Country; * An exception thrown when a country is already registered. This can be easily * checked if the country code is already there. *

- * @author Roland Haeder + * @author Roland Häder */ public class CountryAlreadyAddedException extends Exception { -- 2.39.5