]> git.mxchange.org Git - addressbook-mailer-ejb.git/commitdiff
updated jar + ignored for i18n
authorRoland Haeder <roland@mxchange.org>
Sun, 11 Oct 2015 20:30:47 +0000 (22:30 +0200)
committerRoland Haeder <roland@mxchange.org>
Sun, 11 Oct 2015 20:30:47 +0000 (22:30 +0200)
lib/jcountry-core.jar
src/java/org/mxchange/jcountry/data/AddressbookCountrySingletonBean.java

index 666cd17dc9b25c599c3c4b5eb5190e5a9a58236a..4fb6e2d32495c0740b9fc90091489d711cc63229 100644 (file)
Binary files a/lib/jcountry-core.jar and b/lib/jcountry-core.jar differ
index 57bc0f5ce36336e7d47e2c2d2347a103fda56c87..5868ed8a10e210e3998829920aa911f6a570e3e2 100644 (file)
@@ -40,7 +40,7 @@ public class AddressbookCountrySingletonBean extends BaseDatabaseBean implements
        @SuppressWarnings ("unchecked")
        public List<Country> allCountries () {
                // Init query
-               Query query = this.getEntityManager().createNamedQuery("AllCountries");
+               Query query = this.getEntityManager().createNamedQuery("AllCountries"); //NOI18N
 
                // Return it
                return query.getResultList();