From: Roland Haeder Date: Mon, 10 Apr 2017 21:55:10 +0000 (+0200) Subject: updated own name and resources X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=74b1b95e59523cc7224a975addbc7515b829f094;p=jcountry-core.git updated own name and resources Signed-off-by: Roland Häder --- 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 {