diff --git a/pom.xml b/pom.xml index 42632c15..42a9c7a9 100644 --- a/pom.xml +++ b/pom.xml @@ -226,11 +226,10 @@ - - org.sonatype.oss - oss-parent - 7 - + + + UTF-8 + diff --git a/src/main/java/com/maxmind/minfraud/request/Device.java b/src/main/java/com/maxmind/minfraud/request/Device.java index f2e44e32..97bacc16 100644 --- a/src/main/java/com/maxmind/minfraud/request/Device.java +++ b/src/main/java/com/maxmind/minfraud/request/Device.java @@ -50,7 +50,7 @@ public Builder(InetAddress ipAddress) { } /** - * @param ua The HTTP “User-Agent” header of the browser used in + * @param ua The HTTP "User-Agent" header of the browser used in * the transaction. * @return The builder object. */ @@ -60,7 +60,7 @@ public Device.Builder userAgent(String ua) { } /** - * @param acceptLanguage The HTTP “Accept-Language” header of the + * @param acceptLanguage The HTTP "Accept-Language" header of the * device used in the transaction. * @return The builder object. */ diff --git a/src/main/java/com/maxmind/minfraud/response/Warning.java b/src/main/java/com/maxmind/minfraud/response/Warning.java index db98940f..682d1176 100644 --- a/src/main/java/com/maxmind/minfraud/response/Warning.java +++ b/src/main/java/com/maxmind/minfraud/response/Warning.java @@ -33,7 +33,7 @@ public Warning( *
  • BILLING_POSTAL_NOT_FOUND – the billing postal could not be found * in our database.
  • *
  • INPUT_INVALID – the value associated with the key does not meet - * the required constraints, e.g., “United States” in a field that + * the required constraints, e.g., "United States" in a field that * requires a two-letter country code.
  • *
  • INPUT_UNKNOWN – an unknown key was encountered in the request * body.