]> git.mxchange.org Git - jcountry-core.git/commitdiff
Need to fix this.
authorRoland Haeder <roland@mxchange.org>
Tue, 17 May 2016 20:42:47 +0000 (22:42 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 17 May 2016 20:42:47 +0000 (22:42 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
src/org/mxchange/jcountry/data/CountryData.java

index cb7e0bc9e3ac6c8c2c4d6cdd23b22c3e3f2b5e41..0c40295b63046c793b894bfe8c9f2c76173895d1 100644 (file)
@@ -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)