Fix the asdocs here. But wait, why is this even showing up in the SDK docs?

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5930 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2009-08-25 18:56:18 +00:00
parent 1083490e73
commit 5e0eb1d970
@@ -30,8 +30,9 @@ import com.threerings.util.Maps;
import com.threerings.util.maps.ForwardingMap;
/**
* A {@link HashMap} that can be sent over the wire, bearing in mind that all keys and values must
* be primitives or implement {@link Streamable}.
* A @see com.threerings.util.Map that can be sent over the wire,
* bearing in mind that all keys and values must
* be primitives or implement @see com.threerings.io.Streamable
*/
public class StreamableHashMap extends ForwardingMap
implements Streamable