mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
*Reverted one checkstyle bit to get things to compile.
This commit is contained in:
@@ -136,7 +136,7 @@ public abstract class AbstractCardFactory implements NewConstants, CardFactoryIn
|
|||||||
* @return an Iterator that does NOT support the remove method
|
* @return an Iterator that does NOT support the remove method
|
||||||
*/
|
*/
|
||||||
@Override
|
@Override
|
||||||
public final Iterator<Card> iterator() {
|
public Iterator<Card> iterator() {
|
||||||
return new ImmutableIterableFrom<Card>(allCards);
|
return new ImmutableIterableFrom<Card>(allCards);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user