File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
src/main/java/com/maxmind/geoip2 Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -61,14 +61,14 @@ Optional<AnonymousIpResponse> tryAnonymousIp(InetAddress ipAddress) throws IOExc
6161 IpRiskResponse ipRisk (InetAddress ipAddress ) throws IOException ,
6262 GeoIp2Exception ;
6363
64- /**
65- * Look up an IP address in a GeoIP2 IP Risk database.
66- *
67- * @param ipAddress IPv4 or IPv6 address to lookup.
68- * @return an IPRiskResponse for the requested IP address or empty if the IP address is not in the DB.
69- * @throws com.maxmind.geoip2.exception.GeoIp2Exception if there is an error looking up the IP
70- * @throws java.io.IOException if there is an IO error
71- */
64+ /**
65+ * Look up an IP address in a GeoIP2 IP Risk database.
66+ *
67+ * @param ipAddress IPv4 or IPv6 address to lookup.
68+ * @return an IPRiskResponse for the requested IP address or empty if the IP address is not in the DB.
69+ * @throws com.maxmind.geoip2.exception.GeoIp2Exception if there is an error looking up the IP
70+ * @throws java.io.IOException if there is an IO error
71+ */
7272 Optional <IpRiskResponse > tryIpRisk (InetAddress ipAddress ) throws IOException ,
7373 GeoIp2Exception ;
7474
You can’t perform that action at this time.
0 commit comments