Update the comment, too

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6516 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Dave Hoover
2011-03-07 19:55:58 +00:00
parent a46e794730
commit 83d24a6d6e
@@ -75,7 +75,7 @@ public class Streamer
return true;
}
// if it's not an array, it must be streamable, or a Collection or Map
// if it's not an array, it must be streamable, or an Iterable or Map
if (!target.isArray()) {
return Streamable.class.isAssignableFrom(target) ||
Iterable.class.isAssignableFrom(target) ||