java: inconsistent return types
smokhov opened this issue · 0 comments
smokhov commented
In ISplints
and its implementation so far, some methods return Node
and some others void
. This is inconsistent and incorrect with the Perl code. There should be either Vector
or a Hastable
return type depending on the method.