Skip to content

Commit 4eb0b41

Browse files
oschwaldclaude
andcommitted
Refer to City Plus web service in IspResponse docs
The city web service is named City Plus; update the mobileCountryCode and mobileNetworkCode documentation accordingly. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent ab19d22 commit 4eb0b41

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/main/java/com/maxmind/geoip2/model/IspResponse.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
* @param isp The name of the ISP associated with the IP address.
2323
* @param mobileCountryCode The <a href="https://en.wikipedia.org/wiki/Mobile_country_code">
2424
* mobile country code (MCC)</a> associated with the IP address and ISP.
25-
* This property is available from the City and Insights web services and
26-
* the GeoIP Enterprise database.
25+
* This property is available from the City Plus and Insights web
26+
* services and the GeoIP Enterprise database.
2727
* @param mobileNetworkCode The <a href="https://en.wikipedia.org/wiki/Mobile_country_code">
2828
* mobile network code (MNC)</a> associated with the IP address and ISP.
29-
* This property is available from the City and Insights web services and
30-
* the GeoIP Enterprise database.
29+
* This property is available from the City Plus and Insights web
30+
* services and the GeoIP Enterprise database.
3131
* @param organization The name of the organization associated with the IP address.
3232
* @param network The network associated with the record. In particular, this is the largest
3333
* network where all the fields besides IP address have the same value.
@@ -112,7 +112,7 @@ public String getIsp() {
112112
/**
113113
* @return The <a href="https://en.wikipedia.org/wiki/Mobile_country_code">
114114
* mobile country code (MCC)</a> associated with the IP address and ISP.
115-
* This property is available from the City and Insights web services and
115+
* This property is available from the City Plus and Insights web services and
116116
* the GeoIP Enterprise database.
117117
* @deprecated Use {@link #mobileCountryCode()} instead. This method will be removed in 6.0.0.
118118
*/
@@ -125,7 +125,7 @@ public String getMobileCountryCode() {
125125
/**
126126
* @return The <a href="https://en.wikipedia.org/wiki/Mobile_country_code">
127127
* mobile network code (MNC)</a> associated with the IP address and ISP.
128-
* This property is available from the City and Insights web services and
128+
* This property is available from the City Plus and Insights web services and
129129
* the GeoIP Enterprise database.
130130
* @deprecated Use {@link #mobileNetworkCode()} instead. This method will be removed in 6.0.0.
131131
*/

0 commit comments

Comments
 (0)