1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-14 07:34:50 +02:00

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

View file

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