]> git.mxchange.org Git - jcountry-core.git/blobdiff - src/org/mxchange/jcountry/exceptions/CountryAlreadyAddedException.java
Updated copyright year
[jcountry-core.git] / src / org / mxchange / jcountry / exceptions / CountryAlreadyAddedException.java
index acbb78dc19f5f61494f29068c34c3a5e09c1fa39..1dfcdc346c6bf0182003cfc8604f17a657d39978 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2016 Roland Haeder
+ * Copyright (C) 2016 - 2024 Free Software Foundation
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU Affero General Public License as
 package org.mxchange.jcountry.exceptions;
 
 import java.text.MessageFormat;
-import org.mxchange.jcountry.data.Country;
+import org.mxchange.jcountry.model.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 {