Skip to content
This repository was archived by the owner on Feb 1, 2021. It is now read-only.

Commit 75cfd0b

Browse files
committed
Corrected setter method setUser -> setProfile
1 parent 0dbebea commit 75cfd0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/podio/space/SpaceMemberV2.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public Profile getProfile() {
6161
* @param profile the profile to set
6262
*/
6363
@JsonProperty("profile")
64-
public void setUser(Profile profile) {
64+
public void setProfile(Profile profile) {
6565
this.profile = profile;
6666
}
6767

0 commit comments

Comments
 (0)