Type enum is now public.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@6026 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Gaston Dombiak 2006-11-09 23:19:54 +00:00 committed by gato
parent 0e0f1701a4
commit 97824ebc1c
1 changed files with 99 additions and 99 deletions

View File

@ -427,7 +427,7 @@ public class PrivacyItem {
/**
* Type defines if the rule is based on JIDs, roster groups or presence subscription types.
*/
protected static enum Type {
public static enum Type {
/**
* JID being analyzed should belong to a roster group of the list's owner.
*/