Revision: 11938
http://sourceforge.net/p/foray/code/11938
Author: victormote
Date: 2021-10-25 18:44:50 +0000 (Mon, 25 Oct 2021)
Log Message:
-----------
Remove alread-completed to-do item.
Modified Paths:
--------------
trunk/foray/foray-common/src/main/java/org/foray/common/data/TernaryTree.java
Modified: trunk/foray/foray-common/src/main/java/org/foray/common/data/TernaryTree.java
===================================================================
--- trunk/foray/foray-common/src/main/java/org/foray/common/data/TernaryTree.java 2021-10-25 18:33:45 UTC (rev 11937)
+++ trunk/foray/foray-common/src/main/java/org/foray/common/data/TernaryTree.java 2021-10-25 18:44:50 UTC (rev 11938)
@@ -102,8 +102,6 @@
* mapped value.
* This would allow client applications to incrementally traverse the tree, and might provide more flexibility
* for doing things like wildcard searches.
- * Instead of removing branch compression, perhaps it would be sufficient to simply indicate whether a given
- * node index represents a compressed node.
*/
/** Constant used for serialization. */
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|