*Reverted one checkstyle bit to get things to compile.

This commit is contained in:
Hellfish
2011-09-01 05:51:39 +00:00
parent 0c2b4d6d35
commit 5445973a8a

View File

@@ -136,7 +136,7 @@ public abstract class AbstractCardFactory implements NewConstants, CardFactoryIn
* @return an Iterator that does NOT support the remove method
*/
@Override
public final Iterator<Card> iterator() {
public Iterator<Card> iterator() {
return new ImmutableIterableFrom<Card>(allCards);
}