This commit is contained in:
BetaSteward 2010-12-09 04:55:01 +00:00
parent 50702a026d
commit b2d9c3b344
19 changed files with 60 additions and 33 deletions

View file

@ -287,4 +287,9 @@ public class StackAbility implements StackObject, Ability {
return true;
}
@Override
public void newId() {
throw new UnsupportedOperationException("Not supported yet.");
}
}