|
|
@ -127,7 +127,7 @@ public class GraphService { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
public void fillCountryAndCity(GeoIPCountry geoIPCountry, GeoIPCity geoIPCity) { |
|
|
public void fillCountryAndCity(GeoIPCountry geoIPCountry, GeoIPCity geoIPCity) { |
|
|
this.countryAndCity = geoIPCountry.GetCountry(connect_ip) + "/" + geoIPCity.GetCity(countryAndCity); |
|
|
this.countryAndCity = geoIPCountry.GetCountry(connect_ip) + "/" + geoIPCity.GetCity(connect_ip); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|