mirror of
https://github.com/corda/corda.git
synced 2025-03-22 03:55:26 +00:00
Remove cyclic call from `CompositeKey` cycle detection code. Previously when trying to report a cyclic graph in a `CompositeKey`, it called `toString()` which resulted in serialization of the graph, which of course was cyclic, so it failed.