Add purge to history...

This commit is contained in:
Paulo Gustavo Veiga
2013-03-24 22:49:55 -03:00
parent 0188e15a92
commit f961ae578c
5 changed files with 45 additions and 11 deletions

View File

@@ -67,4 +67,6 @@ public interface MindmapService {
LockManager getLockManager();
boolean isAdmin(@Nullable User user);
void removeHistory(int mapId);
}