Added links to wiki for FormatCreditCard

This commit is contained in:
Erik C. Thauvin 2023-03-18 12:44:20 -07:00
parent b27b0965af
commit 0f62f9cb5b
3 changed files with 7 additions and 6 deletions

View file

@ -81,7 +81,7 @@ public final class RenderUtils {
/**
* Returns the last 4 digits a credit card number. The number must satisfy the Luhn algorithm.
* Non-digits are stripped from the number.
*
*Th
* @param src the credit card number
* @return the last 4 digits of the credit card number or empty
*/