Handle deleted maps propertly.

This commit is contained in:
Paulo Gustavo Veiga
2013-03-29 21:09:28 -03:00
parent bd80d95d22
commit 8e66c97aa3
11 changed files with 109 additions and 55 deletions

View File

@@ -93,7 +93,7 @@ public class MindmapServiceImpl
}
@Override
@NotNull
@Nullable
public Mindmap findMindmapById(int id) {
return mindmapManager.getMindmapById(id);
}