some fixes.

This commit is contained in:
magenoxx 2010-11-22 03:53:34 +00:00
parent 63d8231928
commit ec51f30d37
6 changed files with 17 additions and 16 deletions

View file

@ -220,4 +220,9 @@ public class CardView implements Serializable {
public List<UUID> getTargets() {
return targets;
}
@Override
public String toString() {
return getName() + " [" + getId() + "]";
}
}