Skip to content

Commit 58d662a

Browse files
committed
Comment fixes
1 parent 8ec809d commit 58d662a

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/java/com/maxmind/minfraud/response/IpAddress.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public IpAddress(
4646
* @param continent The continent information.
4747
* @param country The country information.
4848
* @param location The location information.
49-
* @param maxmind Maxmind-specific information.
49+
* @param maxmind MaxMind-specific information.
5050
* @param postal The postal information.
5151
* @param registeredCountry The information about the country where the IP was registered.
5252
* @param representedCountry The represented country, e.g., for military bases in other countries.
@@ -103,7 +103,7 @@ public Double getRisk() {
103103
}
104104

105105
/**
106-
* @return An unmodifiable list contains risk reason objects identifying
106+
* @return An unmodifiable list containing risk reason objects that identify
107107
* the reasons why the IP address received the associated risk. This will
108108
* be an empty list if there are no reasons.
109109
*/

src/main/java/com/maxmind/minfraud/response/ScoreResponse.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ public final Double getRiskScore() {
9393
}
9494

9595
/**
96-
* @return An unmodifiable list contains warning objects detailing issues
97-
* with the request that was sent such as invalid or unknown inputs. It is
96+
* @return An unmodifiable list containing warning objects that detail
97+
* issues with the request such as invalid or unknown inputs. It is
9898
* highly recommended that you check this list for issues when integrating
9999
* the web service.
100100
*/

0 commit comments

Comments
 (0)