calrissian / mango

Common utilities for rapid application development
Apache License 2.0
17 stars 7 forks source link

Invalid error message parameters #207

Closed idgers closed 7 years ago

idgers commented 7 years ago

TypeRegistry.decode() ends with the line throw new TypeDecodingException("An unknown alias [" + value + "] was encountered"); the parameter in the message should be alias instead of value

eawagner commented 7 years ago

Thanks, that definitely a mistake.