Nixed this commented out alternate code.

git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6060 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
Ray Greenwell
2010-04-20 21:00:20 +00:00
parent 19b6edcc98
commit 401e71fa51
@@ -686,7 +686,6 @@ public class DObject
public List<Object> getLocals ()
{
return ImmutableList.copyOf(_locattrs);
// return Collections.unmodifiableList(Arrays.asList(_locattrs));
}
/**