Fix classcast.

This commit is contained in:
Paulo Gustavo Veiga
2013-03-24 16:33:58 -03:00
parent 057d5bc01f
commit 712cc2c60b
2 changed files with 3 additions and 1 deletions

View File

@@ -65,4 +65,6 @@ public interface MindmapService {
void updateCollaboration(@NotNull Collaborator collaborator, @NotNull Collaboration collaboration) throws WiseMappingException;
LockManager getLockManager();
boolean isAdmin(@Nullable User user);
}