mirror of
https://github.com/ClaytonWWilson/Listify.git
synced 2025-12-15 18:28:47 +00:00
Merge pull request #125 from ClaytonWWilson/aaron-branch-2
Aaron branch 2
This commit is contained in:
commit
2630fcf6b4
@ -28,7 +28,7 @@ public class ListShare {
|
||||
this.listID = listID;
|
||||
this.shareWithEmail = shareWithEmail;
|
||||
this.permissionLevel = permissionLevel;
|
||||
this.other = other
|
||||
this.other = other;
|
||||
}
|
||||
|
||||
public ListShare(Integer listID, String shareWithEmail, String permissionsRaw, ListShare[] other) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user