You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have imported the code into eclipse as a maven project.
Getting errors in:
ManageMailboxAccessDialog.java
line 35 The method values() is undefined for the type Mailbox.Permission
Mailbox.java
line 62 Type mismatch: cannot convert from Map<Object,Object> to Map<Principal,Mailbox.Permission>
line 64 The target type of this expression must be a functional interface.
The text was updated successfully, but these errors were encountered:
I have imported the code into eclipse as a maven project.
Getting errors in:
ManageMailboxAccessDialog.java
line 35 The method values() is undefined for the type Mailbox.Permission
Mailbox.java
line 62 Type mismatch: cannot convert from Map<Object,Object> to Map<Principal,Mailbox.Permission>
line 64 The target type of this expression must be a functional interface.
The text was updated successfully, but these errors were encountered: