You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Enrique (Jira)" <ji...@apache.org> on 2023/02/03 13:15:00 UTC

[jira] [Updated] (VALIDATOR-488) Javadoc error at CheckDigit

     [ https://issues.apache.org/jira/browse/VALIDATOR-488?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Enrique updated VALIDATOR-488:
------------------------------
    Description: 
There is a javadoc error, missing '{' at org.apache.commons.validator.routines.checkdigit.CheckDigit:

    CheckDigit is used by the new generic @link CodeValidator}

implementation.

should be:

    CheckDigit is used by the new generic \{@link CodeValidator} implementation.

 

  was:
There is a javadoc error, missing '{' at org.apache.commons.validator.routines.checkdigit.CheckDigit:

    CheckDigit is used by the new generic @link CodeValidator} implementation.

should be:

    CheckDigit is used by the new generic \{@link CodeValidator} implementation.

 


> Javadoc error at CheckDigit
> ---------------------------
>
>                 Key: VALIDATOR-488
>                 URL: https://issues.apache.org/jira/browse/VALIDATOR-488
>             Project: Commons Validator
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 1.7
>            Reporter: Enrique
>            Priority: Trivial
>              Labels: documentation, easyfix
>   Original Estimate: 10m
>  Remaining Estimate: 10m
>
> There is a javadoc error, missing '{' at org.apache.commons.validator.routines.checkdigit.CheckDigit:
>     CheckDigit is used by the new generic @link CodeValidator}
> implementation.
> should be:
>     CheckDigit is used by the new generic \{@link CodeValidator} implementation.
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)