File tree Expand file tree Collapse file tree
src/main/java/com/maxmind/minfraud Expand file tree Collapse file tree Original file line number Diff line number Diff 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 *
Original file line number Diff line number Diff 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 () {
You can’t perform that action at this time.
0 commit comments