added LastModifiedAware interface

This commit is contained in:
Sebastian Sdorra
2011-02-12 19:55:18 +01:00
parent 8a8ab5f6e6
commit d5c2338d1d
8 changed files with 98 additions and 5 deletions

View File

@@ -387,6 +387,18 @@ public class XmlGroupManager extends AbstractGroupManager
return groups;
}
/**
* Method description
*
*
* @return
*/
@Override
public Long getLastModified()
{
return groupDB.getLastModified();
}
//~--- methods --------------------------------------------------------------
/**