hot fix group logics

This commit is contained in:
Mengyi Zhou 2015-09-28 17:45:05 +08:00
parent 24edfffa7f
commit 3e3e251ad1

View file

@ -149,5 +149,13 @@ public class GroupEntityManager implements GroupSync {
++j;
}
}
while (i < originIds.length) {
removed.add(originIds[i]);
++i;
}
while (j < newIds.length) {
toadd.add(newIds[j]);
++j;
}
}
}