mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
Fixed Javadoc error
This commit is contained in:
parent
2e8ce6869b
commit
6bd4839495
1 changed files with 2 additions and 2 deletions
|
|
@ -20,8 +20,8 @@ import lombok.Getter;
|
||||||
import lombok.RequiredArgsConstructor;
|
import lombok.RequiredArgsConstructor;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CLI return codes. Codes > 0 indicate a processing error. Codes < indicates a configuration error. Code 0 indicates a
|
* CLI return codes. Codes > 0 indicate a processing error. Codes < 0 indicates a configuration error. Code 0
|
||||||
* successful processing.
|
* indicates a successful processing.
|
||||||
*
|
*
|
||||||
* @author Andreas Penski
|
* @author Andreas Penski
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue