getStateId should be public as it is called from groovy script

master
melvin 2014-04-19 20:43:37 +08:00
parent cf1fc831e0
commit 8ff449569d
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ public class MagicPermanentList extends ArrayList<MagicPermanent> implements Mag
return new MagicPermanentList(copyMap, this);
}
long getStateId() {
public long getStateId() {
final long[] keys = new long[size()];
int idx = 0;
for (final MagicPermanent permanent : this) {