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

@ -31,6 +31,7 @@ import rife.template.ValueRenderer;
* </pre>
*
* @author <a href="https://erik.thauvin.net/">Erik C. Thauvin</a>
* @see <a href="https://github.com/rife2/rife2-template-renderers/wiki/rife.render.FormatCreditCard">rife.render.FormatCreditCard</a>
* @since 1.0
*/
public class FormatCreditCard implements ValueRenderer {

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
*/