addFramedEdge is not setting type resolution key property
Jotschi opened this issue · 1 comments
Jotschi commented
Used method:
<T> T addFramedEdge(final VertexFrame source, final VertexFrame destination, final String label, Class<T> kind);
Version: 2.1.0-SNAPSHOT
I will take a look at this when i find the time and add a testcase that reproduces this problem.
Jotschi commented
Bug was on my implementation side. Closing the issue.