]> git.mxchange.org Git - jcountry-lib.git/commitdiff
Cleanup through inspection + updated jar(s)
authorRoland Haeder <roland@mxchange.org>
Thu, 15 Oct 2015 07:41:52 +0000 (09:41 +0200)
committerRoland Haeder <roland@mxchange.org>
Thu, 15 Oct 2015 07:41:52 +0000 (09:41 +0200)
Signed-off-by:Roland Häder <roland@mxchange.org>

lib/jcountry-core.jar
src/org/mxchange/jcountry/data/CountrySingletonBeanRemote.java

index 9daf43639f781789907f1add123c492bbecd73a3..eaf6110dd5bb7767f1dd977ab8ec1a5ff5f8e05c 100644 (file)
Binary files a/lib/jcountry-core.jar and b/lib/jcountry-core.jar differ
index 0ac8e9cd1baf8ba9f46b169129a3f9ffa7d69e89..a10a9803b45bf7cab793f0689df81c1b09891e80 100644 (file)
@@ -31,5 +31,5 @@ public interface CountrySingletonBeanRemote extends Serializable {
         * <p>
         * @return A list of all countries
         */
-       public List<Country> allCountries ();
+       List<Country> allCountries ();
 }