SMACK-317 setOrder() from PrivacyItem is now public.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@12100 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Holger Bergunde 2011-03-11 11:16:05 +00:00 committed by holger.bergunde
parent 4639340c77
commit 6494edb15a
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ public class PrivacyItem {
*
* @param order indicates the order in the list.
*/
private void setOrder(int order) {
public void setOrder(int order) {
this.order = order;
}