added description and lastModified attribute to group

This commit is contained in:
Sebastian Sdorra
2011-02-12 15:07:25 +01:00
parent ffa429de33
commit 89f65b34eb
3 changed files with 85 additions and 6 deletions

View File

@@ -234,6 +234,8 @@ public class XmlGroupManager extends AbstractGroupManager
if (groupDB.contains(name))
{
group.setLastModified(System.currentTimeMillis());
synchronized (XmlGroupManager.class)
{
groupDB.remove(name);