]> git.mxchange.org Git - jcountry-core.git/commitdiff
updated own name and resources
authorRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 21:55:10 +0000 (23:55 +0200)
committerRoland Haeder <roland@mxchange.org>
Mon, 10 Apr 2017 21:55:10 +0000 (23:55 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jcountry/data/Country.java
src/org/mxchange/jcountry/data/CountryData.java
src/org/mxchange/jcountry/events/AdminAddedCountryEvent.java
src/org/mxchange/jcountry/events/AdminEventCountryAdded.java
src/org/mxchange/jcountry/exceptions/CountryAlreadyAddedException.java

index 8c8e2c71ba4bc91bf7948531c35d9a83ae915966..6ea00d412cf73935188d1f9f6dd5f165a77f755b 100644 (file)
@@ -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
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface Country extends Serializable {
 
index 9f1bd1474b56782a8af347809c48d66502f34ed0..728801c32d7fce1426d3feef34efde7a9e5344fa 100644 (file)
@@ -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
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 @Entity (name = "country_data")
 @Table (name = "country_data")
index dfed22ca0047a6f47d7710ff04976677bf1d720c..b014c923b142633f850d4d2ccc30e2eaed60d5b4 100644 (file)
@@ -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.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public interface AdminAddedCountryEvent extends Serializable {
 
index 8fe8e979c683f3eeb2726fda51f76c7ff873ce56..0ba46578d54b2340a446e47671ef29ecdfbaa2e6 100644 (file)
@@ -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
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class AdminEventCountryAdded implements AdminAddedCountryEvent {
 
index acbb78dc19f5f61494f29068c34c3a5e09c1fa39..2c8128c5da5602e4c4e6278a16771319ad1b1691 100644 (file)
@@ -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.
  * <p>
- * @author Roland Haeder<roland@mxchange.org>
+ * @author Roland Häder<roland@mxchange.org>
  */
 public class CountryAlreadyAddedException extends Exception {