checkpoint
[sbp.git] / src / edu / berkeley / sbp / util / Topology.java
index 95cdaac..8de0f72 100644 (file)
@@ -6,7 +6,6 @@ import java.util.*;
 import java.lang.reflect.*;
 import java.lang.ref.*;
 
-// FIXME: this should be a value class -- add/remove/etc should return new Topology objects
 /** values inhabiting a topology over <tt>V</tt> (roughly, infinite sets of <tt>V</tt>'s equipped with union/intersection/complement) */
 public interface Topology<V> {