From da0e42a2b45c08fb63e2cc8fd47209f367450a52 Mon Sep 17 00:00:00 2001 From: Ray Greenwell Date: Tue, 25 Aug 2009 19:24:21 +0000 Subject: [PATCH] Inline references to other classes? That is not the actionscript way. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5931 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- src/as/com/threerings/util/StreamableHashMap.as | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/as/com/threerings/util/StreamableHashMap.as b/src/as/com/threerings/util/StreamableHashMap.as index 0e58bb4c3..d3da2d20f 100644 --- a/src/as/com/threerings/util/StreamableHashMap.as +++ b/src/as/com/threerings/util/StreamableHashMap.as @@ -30,9 +30,11 @@ import com.threerings.util.Maps; import com.threerings.util.maps.ForwardingMap; /** - * 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 + * A Map that can be sent over the wire, bearing in mind that all keys and values must + * be primitives or implement Streamable. + * + * @see com.threerings.util.Map + * @see com.threerings.io.Streamable */ public class StreamableHashMap extends ForwardingMap implements Streamable