just a tiny thing :)
Connector.class line 107
* @param cornerPoints a list of corner points of the Connector
can be removed because of the method declaration
public Connector(int startLeft, int startTop, int endLeft, int
endTop,
SectionDecoration startDecoration, SectionDecoration
endDecoration)
there is no corner point list
you can remove this message after
bye