update to use # as seperator instead of _
This commit is contained in:
@@ -212,7 +212,7 @@ Namespace Jobs.FinalizeDocument
|
||||
Throw New BurnAnnotationException("The identifier of annotation is null or empty.")
|
||||
End If
|
||||
|
||||
Dim parts As String() = value.Split("-"c)
|
||||
Dim parts As String() = value.Split("#"c)
|
||||
|
||||
If (parts.Length <> 4) Then
|
||||
Throw New BurnAnnotationException($"The identifier of annotation has more or less than 4 sub-part. Id: {_id}")
|
||||
|
||||
Reference in New Issue
Block a user