Skip to content

Commit

Permalink
SAK-28998
Browse files Browse the repository at this point in the history
Members are now removed from the site before being readded from the
consumer xml.
  • Loading branch information
adrianfish committed Jan 20, 2015
1 parent 38a9446 commit ac6bc72
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,8 @@ private void processMembershipsResponse(HttpURLConnection connection, Site site,
}
}

site.removeMembers();

for (POXMembershipsResponse.Member member : members) {

Map map = new HashMap();
Expand Down

0 comments on commit ac6bc72

Please sign in to comment.