Commit 0f32fe9f authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Removed warning.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3952 b35dd754-fafc-0310-a699-88a17e54d16e
parent c8310df2
......@@ -166,7 +166,7 @@ class PrivacyItem implements Serializable, Comparable {
}
}
else if (type == Type.group) {
Collection<String> contactGroups = null;
Collection<String> contactGroups;
try {
// Get the groups where the contact belongs
RosterItem item = roster.getRosterItem(jid);
......@@ -241,6 +241,6 @@ class PrivacyItem implements Serializable, Comparable {
* JID being analyzed should belong to a contact present in the owner's roster with
* the specified subscription status.
*/
subscription;
subscription
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment