mirror of
https://github.com/corda/corda.git
synced 2025-05-14 22:42:52 +00:00
Whilst it does currently work it only does so by going down an incorrect code path. A property THING that is public and has a getter should be fetched using that getter, not trip into the private property accessor.