Actions
Task #4128
closedAdd a finally() to canonizeUris
Start date:
06/13/2017
Due date:
% Done:
0%
Estimated time:
Description
Because canonization needs to happen before initialization, currently the canonizeNeighborUris() method directly calls Nlsr::initialize(). This is somewhat sub-optimal, and should be changed so that the function can seamlessly call any function after finishing. That would make unit testing easier.
Actions