Add clone REST service.

This commit is contained in:
Paulo Gustavo Veiga
2012-03-15 21:13:47 -03:00
parent 731df774a8
commit 5aca99a24f
10 changed files with 119 additions and 90 deletions

View File

@@ -62,7 +62,7 @@ public class MindmapUser {
return getRole() == UserRole.OWNER;
}
public boolean isCollaborator() {
public boolean isColaborator() {
return getRole() == UserRole.COLLABORATOR;
}