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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user