Skip to content

Commit

Permalink
version 1.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
cleftheris committed Aug 1, 2016
1 parent 8aeb3bc commit d885535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/indice.Edi/EdiSerializer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ internal virtual object DeserializeInternal(EdiReader reader, Type objectType) {
}
// else if this is indeed a collection type this must be a collection of messages.
else {
throw new NotImplementedException("Collection types are not supported as the root Type. Try to wrap List of Messages inside an \"Interchage\" type.");
throw new NotImplementedException("Collection types are not supported as the root Type. Try to wrap List of Messages inside a container type.");
}

return value;
Expand Down

0 comments on commit d885535

Please sign in to comment.