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:
@@ -75,7 +75,7 @@ public class Streamer
|
|||||||
return true;
|
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()) {
|
if (!target.isArray()) {
|
||||||
return Streamable.class.isAssignableFrom(target) ||
|
return Streamable.class.isAssignableFrom(target) ||
|
||||||
Iterable.class.isAssignableFrom(target) ||
|
Iterable.class.isAssignableFrom(target) ||
|
||||||
|
|||||||
Reference in New Issue
Block a user