From 5e0eb1d97016e3169ea2cc8ac6722bbb02bbcfff Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Tue, 25 Aug 2009 18:56:18 +0000 Subject: [PATCH] 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 --- src/as/com/threerings/util/StreamableHashMap.as | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/as/com/threerings/util/StreamableHashMap.as b/src/as/com/threerings/util/StreamableHashMap.as index b6d76f1e4..0e58bb4c3 100644 --- a/src/as/com/threerings/util/StreamableHashMap.as +++ b/src/as/com/threerings/util/StreamableHashMap.as @@ -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