Skip to content

Commit 7e007e4

Browse files
committed
Add missing commas
1 parent 0dcbfdf commit 7e007e4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/com/maxmind/minfraud/request/Email.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ public Email.Builder address(String address) {
105105
/**
106106
* Send the email address as its MD5 hash.
107107
* <p>
108-
* By default the email address set by {@link #address(String)} will be
108+
* By default, the email address set by {@link #address(String)} will be
109109
* sent in plain text. Enable sending it as an MD5 hash instead by
110110
* calling this method.
111111
*

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public final Integer getQueriesRemaining() {
8585
* indicates a higher risk of fraud. For example, a score of 20 indicates a
8686
* 20% chance that a transaction is fraudulent. We never return a risk score
8787
* of 0, since all transactions have the possibility of being fraudulent.
88-
* Likewise we never return a risk score of 100.
88+
* Likewise, we never return a risk score of 100.
8989
*/
9090
@JsonProperty("risk_score")
9191
public final Double getRiskScore() {

0 commit comments

Comments
 (0)