Skip to content
Snippets Groups Projects
Verified Commit e5724f72 authored by David Procházka's avatar David Procházka
Browse files

FIX: do not print root node in mhtree

parent 390d7d5a
No related branches found
No related tags found
No related merge requests found
......@@ -174,10 +174,9 @@ public class MHTree extends Algorithm implements Serializable {
return "MHTree{" +
"leafCapacity=" + leafCapacity +
", arity=" + arity +
", root=" + root +
", insertType" + insertType +
", objectToNodeDistance" + objectToNodeDistance +
", nodeToNodeDistance" + nodeToNodeDistance +
", insertType=" + insertType +
", objectToNodeDistance=" + objectToNodeDistance +
", nodeToNodeDistance=" + nodeToNodeDistance +
'}';
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment