Risk adding fuel to the fire by pulling out the 1.6ism for now.

git-svn-id: svn+ssh://src.earth.threerings.net/nenya/trunk@826 ed5b42cb-e716-0410-a449-f6a68f950b19
This commit is contained in:
Dave Hoover
2009-05-27 17:38:56 +00:00
parent b51cdf3dfa
commit 16413e83fa
@@ -227,7 +227,6 @@ public class BundledComponentRepository
public Iterator<Integer> enumerateComponentIds (final ComponentClass compClass)
{
return Iterators.filter(_components.keySet().iterator(), new Predicate<Integer>() {
@Override
public boolean apply (Integer input) {
CharacterComponent comp = _components.get(input);
return comp.componentClass.equals(compClass);