Fixed some compile failures
parent
d7cc4e6f80
commit
0b886bf52c
|
|
@ -90,7 +90,7 @@ class ProfileSiteItemController {
|
|||
)
|
||||
)
|
||||
);
|
||||
profileSiteItem.getPosition().addValue(locale, position);
|
||||
profileSiteItem.getPosition().putValue(locale, position);
|
||||
}
|
||||
|
||||
public void setInterests(
|
||||
|
|
@ -108,7 +108,7 @@ class ProfileSiteItemController {
|
|||
)
|
||||
)
|
||||
);
|
||||
profileSiteItem.getInterests().addValue(locale, interests);
|
||||
profileSiteItem.getInterests().putValue(locale, interests);
|
||||
}
|
||||
|
||||
public void setMisc(
|
||||
|
|
@ -124,7 +124,7 @@ class ProfileSiteItemController {
|
|||
)
|
||||
)
|
||||
);
|
||||
profileSiteItem.getMisc().addValue(locale, misc);
|
||||
profileSiteItem.getMisc().putValue(locale, misc);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue