adding javadoc to a new field (and testing SVN connection on updated machine...)

This commit is contained in:
jendave
2011-08-06 04:17:44 +00:00
parent 927f511ec7
commit 2a2e67e894

View File

@@ -323,6 +323,9 @@ public class AllZoneUtil {
}
}
/**
* a CardListFilter to get all cards that are tapped
*/
public static CardListFilter tapped = new CardListFilter() {
public boolean addCard(Card c) {
return c.isTapped();