Skip to content

Commit b992684

Browse files
committed
Line up method comment
1 parent 774a2b9 commit b992684

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/main/java/com/maxmind/geoip2/DatabaseProvider.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)