NAG-DevOps/splints

java: inconsistent return types

smokhov opened this issue · 0 comments

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.

FYI, @anrchen @vincent-fugnitto