Add compress fix.
This commit is contained in:
@@ -68,5 +68,5 @@ public interface MindmapService {
|
||||
|
||||
boolean isAdmin(@Nullable User user);
|
||||
|
||||
void purgeHistory(int mapId);
|
||||
void purgeHistory(int mapId) throws IOException;
|
||||
}
|
||||
|
@@ -83,7 +83,7 @@ public class MindmapServiceImpl
|
||||
}
|
||||
|
||||
@Override
|
||||
public void purgeHistory(int mapId) {
|
||||
public void purgeHistory(int mapId) throws IOException {
|
||||
mindmapManager.purgeHistory(mapId);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user