Add private constructor for Trees

This commit is contained in:
Sam Harwell 2013-01-02 06:39:20 -06:00
parent 8839d6b185
commit 673dce5664
1 changed files with 2 additions and 0 deletions

View File

@ -163,4 +163,6 @@ public class Trees {
return ancestors;
}
private Trees() {
}
}