From: Roland Haeder Date: Thu, 15 Oct 2015 07:41:52 +0000 (+0200) Subject: Cleanup through inspection + updated jar(s) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b3bdb8b55fc26248fdcdedad84b22d2385f548c7;p=jcountry-lib.git Cleanup through inspection + updated jar(s) Signed-off-by:Roland Häder --- diff --git a/lib/jcountry-core.jar b/lib/jcountry-core.jar index 9daf436..eaf6110 100644 Binary files a/lib/jcountry-core.jar and b/lib/jcountry-core.jar differ diff --git a/src/org/mxchange/jcountry/data/CountrySingletonBeanRemote.java b/src/org/mxchange/jcountry/data/CountrySingletonBeanRemote.java index 0ac8e9c..a10a980 100644 --- a/src/org/mxchange/jcountry/data/CountrySingletonBeanRemote.java +++ b/src/org/mxchange/jcountry/data/CountrySingletonBeanRemote.java @@ -31,5 +31,5 @@ public interface CountrySingletonBeanRemote extends Serializable { *

* @return A list of all countries */ - public List allCountries (); + List allCountries (); }