Hi everyone,
I noticed an error in the NIP validator documentation. It says: “Validates that a CharSequence is a NIP number (9-digit Polish VAT identification number).” However, in Poland a NIP has 10 digits. Fortunately, the validation logic works correctly — the issue is only in the documentation.
Class path: org.hibernate.validator.constraints.pl.NIP
Kind regards,
Jarek