Skip to content

Commit a29fc8d

Browse files
committed
Update to use an https URL in a comment
1 parent 2c1c0dc commit a29fc8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public String getBrand() {
6666
}
6767

6868
/**
69-
* @return The two letter <a href="http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2">
69+
* @return The two letter <a href="https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2">
7070
* ISO 3166-1 alpha-2</a> country code associated with the location
7171
* of the majority of customers using this credit card as determined
7272
* by their billing address. In cases where the location of customers

0 commit comments

Comments
 (0)