Skip to content

Commit

Permalink
[FAB-4881]Add saveState method in setAffiliation()
Browse files Browse the repository at this point in the history
Change-Id: Idc121baccae80b3237fa229361acecf78599d3e9
Signed-off-by: grapebaba <281165273@qq.com>
  • Loading branch information
GrapeBaBa authored and cr22rc committed Jun 21, 2017
1 parent 6431a0a commit 6382c27
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ public String getAffiliation() {
*/
public void setAffiliation(String affiliation) {
this.affiliation = affiliation;
saveState();
}

@Override
Expand Down

0 comments on commit 6382c27

Please sign in to comment.