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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user