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