mirror of
https://github.com/corda/corda.git
synced 2025-04-25 05:19:44 +00:00
Refactoring meant that the secondary constructor wasn't being called any more and thus the check wasn't being made. Originally, we always created copies of fields when constructing a schema which meant we always called the secondary constructor, now we don't