From: Roland Haeder <roland@mxchange.org>
Date: Tue, 17 May 2016 20:42:47 +0000 (+0200)
Subject: Need to fix this.
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=2c3f07e4e9f9906f6040bc82c1705ae818e3e045;p=jcountry-core.git

Need to fix this.

Signed-off-by: Roland Häder <roland@mxchange.org>
---

diff --git a/src/org/mxchange/jcountry/data/CountryData.java b/src/org/mxchange/jcountry/data/CountryData.java
index cb7e0bc..0c40295 100644
--- a/src/org/mxchange/jcountry/data/CountryData.java
+++ b/src/org/mxchange/jcountry/data/CountryData.java
@@ -85,6 +85,7 @@ public class CountryData implements Country {
 
 	/**
 	 * Key to i18n key (to have translated country names)
+	 * @TODO Apply naming convention: camel case
 	 */
 	@Basic (optional = false)
 	@Column (name = "country_i18n_key", length = 100, nullable = false)