diff --git a/src/java/com/threerings/presents/dobj/OidList.java b/src/java/com/threerings/presents/dobj/OidList.java index 9482e0f30..84d0cfd64 100644 --- a/src/java/com/threerings/presents/dobj/OidList.java +++ b/src/java/com/threerings/presents/dobj/OidList.java @@ -28,6 +28,12 @@ import com.threerings.io.Streamable; * allow duplicate ids. This class is not synchronized, with the * expectation that all modifications of instances will take place on the * dobjmgr thread. + * + * */ public class OidList implements Streamable {