Skip to content

Commit 0937e81

Browse files
oschwaldclaude
andcommitted
Update Anonymizer javadoc to current Insights service name
Replace references to "GeoIP2 Precision Insights" with "GeoIP2 Insights", matching the wording already used in the other GeoIP2 client libraries. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 5553529 commit 0937e81

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/java/com/maxmind/geoip2/record/Anonymizer.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
* Contains data for the anonymizer record associated with an IP address.
1010
* </p>
1111
* <p>
12-
* This record is returned by the GeoIP2 Precision Insights web service.
12+
* This record is returned by the GeoIP2 Insights web service.
1313
* </p>
1414
*
1515
* @param confidence A score ranging from 1 to 99 that is our percent confidence that the
1616
* network is currently part of an actively used VPN service. This is only
17-
* available from the GeoIP2 Precision Insights web service.
17+
* available from the GeoIP2 Insights web service.
1818
* @param isAnonymous Whether the IP address belongs to any sort of anonymous network.
1919
* @param isAnonymousVpn Whether the IP address is registered to an anonymous VPN provider. If a
2020
* VPN provider does not register subnets under names associated with them,
@@ -26,10 +26,10 @@
2626
* belongs to a residential ISP.
2727
* @param isTorExitNode Whether the IP address is a Tor exit node.
2828
* @param networkLastSeen The last day that the network was sighted in our analysis of anonymized
29-
* networks. This is only available from the GeoIP2 Precision Insights web
29+
* networks. This is only available from the GeoIP2 Insights web
3030
* service.
3131
* @param providerName The name of the VPN provider (e.g., NordVPN, SurfShark, etc.) associated
32-
* with the network. This is only available from the GeoIP2 Precision Insights
32+
* with the network. This is only available from the GeoIP2 Insights
3333
* web service.
3434
*/
3535
public record Anonymizer(

0 commit comments

Comments
 (0)