Skip to content

Commit a370b71

Browse files
committed
Remove link to now malicious site.
1 parent 5052eba commit a370b71

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

src/main/java/org/apache/commons/validator/CreditCardValidator.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,6 @@
4444
* <p>
4545
* For a similar implementation in Perl, reference Sean M. Burke's
4646
* <a href="https://www.speech.cs.cmu.edu/~sburke/pub/luhn_lib.html">script</a>.
47-
* More information is also available
48-
* <a href="https://www.merriampark.com/anatomycc.htm">here</a>.
4947
* </p>
5048
*
5149
* @since 1.1

src/main/java/org/apache/commons/validator/routines/CreditCardValidator.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@
7474
* <p>
7575
* This can be combined with a list of {@code CodeValidator}s
7676
* </p>
77-
* <p>
78-
* More information can be found in Michael Gilleland's essay
79-
* <a href="https://web.archive.org/web/20120614072656/http://www.merriampark.com/anatomycc.htm">Anatomy of Credit Card Numbers</a>.
80-
* </p>
8177
*
8278
* @since 1.4
8379
*/

0 commit comments

Comments
 (0)