Improve purge.

This commit is contained in:
Paulo Gustavo Veiga
2013-03-28 12:28:53 -03:00
parent dcd59efc12
commit 3137f78cce
7 changed files with 20 additions and 18 deletions

View File

@@ -68,5 +68,5 @@ public interface MindmapService {
boolean isAdmin(@Nullable User user);
void removeHistory(int mapId);
void purgeHistory(int mapId);
}