Solve expcetion on editor exception on starred for a viewer.

This commit is contained in:
Paulo Gustavo Veiga
2012-06-17 23:21:02 -03:00
parent 29091dec88
commit f25ea3a377
10 changed files with 63 additions and 36 deletions

View File

@@ -25,7 +25,7 @@ import java.util.List;
public interface MindmapManager {
Collaborator getCollaboratorBy(@NotNull String email);
Collaborator findCollaborator(@NotNull String email);
Collaborator findCollaborator(long id);
@@ -62,4 +62,6 @@ public interface MindmapManager {
public List<MindMapHistory> getHistoryFrom(int mindmapId);
public MindMapHistory getHistory(int historyId);
void updateCollaboration(@NotNull Collaboration collaboration);
}