()
| 425 | } |
| 426 | |
| 427 | public void cleanAllGroups() { |
| 428 | for (Enumeration e = groups.elements(); e.hasMoreElements();) { |
| 429 | Group group = (Group) e.nextElement(); |
| 430 | cleanupGroup(group); |
| 431 | } |
| 432 | reEnumRoster(); |
| 433 | } |
| 434 | |
| 435 | public void cleanupGroup(Group g) { |
| 436 | /* |
no test coverage detected