* For details on the possible errors returned by the web service itself, see the GeoIP web + * href="https://dev.maxmind.com/geoip/docs/web-services/?lang=en">the GeoIP web * service documentation. *
*diff --git a/src/main/java/com/maxmind/geoip2/model/CityResponse.java b/src/main/java/com/maxmind/geoip2/model/CityResponse.java index f93997d3..9d1fd8e6 100644 --- a/src/main/java/com/maxmind/geoip2/model/CityResponse.java +++ b/src/main/java/com/maxmind/geoip2/model/CityResponse.java @@ -40,7 +40,7 @@ * to most specific (smallest). If the response did not contain any * subdivisions, this is an empty list. * @param traits Record for the traits of the requested IP address. - * @see GeoIP Web + * @see GeoIP Web * Services */ public record CityResponse( diff --git a/src/main/java/com/maxmind/geoip2/model/CountryResponse.java b/src/main/java/com/maxmind/geoip2/model/CountryResponse.java index 1d20f2e6..ad30b78e 100644 --- a/src/main/java/com/maxmind/geoip2/model/CountryResponse.java +++ b/src/main/java/com/maxmind/geoip2/model/CountryResponse.java @@ -25,7 +25,7 @@ * represented country is used for things like military bases. It is * only present when the represented country differs from the country. * @param traits Record for the traits of the requested IP address. - * @see GeoIP Web + * @see GeoIP Web * Services */ public record CountryResponse( diff --git a/src/main/java/com/maxmind/geoip2/model/InsightsResponse.java b/src/main/java/com/maxmind/geoip2/model/InsightsResponse.java index f8462583..b5fa3ea4 100644 --- a/src/main/java/com/maxmind/geoip2/model/InsightsResponse.java +++ b/src/main/java/com/maxmind/geoip2/model/InsightsResponse.java @@ -43,7 +43,7 @@ * to most specific (smallest). If the response did not contain any * subdivisions, this is an empty list. * @param traits Record for the traits of the requested IP address. - * @see GeoIP Web + * @see GeoIP Web * Services */ public record InsightsResponse(