From 16413e83faff6309a4e11aa778ca64aa64903d6d Mon Sep 17 00:00:00 2001 From: Dave Hoover Date: Wed, 27 May 2009 17:38:56 +0000 Subject: [PATCH] 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 --- .../com/threerings/cast/bundle/BundledComponentRepository.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/java/com/threerings/cast/bundle/BundledComponentRepository.java b/src/java/com/threerings/cast/bundle/BundledComponentRepository.java index 78db2cdf..c0e6f3b1 100644 --- a/src/java/com/threerings/cast/bundle/BundledComponentRepository.java +++ b/src/java/com/threerings/cast/bundle/BundledComponentRepository.java @@ -227,7 +227,6 @@ public class BundledComponentRepository public Iterator enumerateComponentIds (final ComponentClass compClass) { return Iterators.filter(_components.keySet().iterator(), new Predicate() { - @Override public boolean apply (Integer input) { CharacterComponent comp = _components.get(input); return comp.componentClass.equals(compClass);