Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
phax committed Feb 15, 2024
2 parents ed706cb + e910a53 commit 7510921
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ public enum EPeppolSBDHDocumentReadError implements IHasID <String>
*/
INVALID_TYPE_VERSION ("invalid-type-version",
"The ''DocumentIdentification/TypeVersion'' element has the invalid value ''{0}''." +
" It may not colon a colon character and it must be the end of the document type identifier value (''{1}'')."),
" It may not contain a colon character and it must be the end of the document type identifier value (''{1}'')."),

/** The value of the "DocumentIdentification/Type" element is invalid */
INVALID_TYPE ("invalid-type",
Expand Down

0 comments on commit 7510921

Please sign in to comment.