This commit is contained in:
DNx5 2016-02-18 10:29:40 +07:00
parent cc266a7bd6
commit 8c08bdb7f9

View File

@ -84,7 +84,7 @@ public class GeoLiteAPI {
/** /**
* Get the country code of the given IP address. * Get the country code of the given IP address.
* *
* @param ip textual IP address address to lookup. * @param ip textual IP address to lookup.
* *
* @return two-character ISO 3166-1 alpha code for the country. * @return two-character ISO 3166-1 alpha code for the country.
*/ */
@ -102,7 +102,7 @@ public class GeoLiteAPI {
/** /**
* Get the country name of the given IP address. * Get the country name of the given IP address.
* *
* @param ip textual IP address address to lookup. * @param ip textual IP address to lookup.
* *
* @return The name of the country. * @return The name of the country.
*/ */