Commit ccc6da6b authored by Armando Jagucki's avatar Armando Jagucki Committed by ajagucki

PEP: Fix for the bug fix in r8919 for Cancelling Subscriptions. :)

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches/pep@8920 b35dd754-fafc-0310-a699-88a17e54d16e
parent 45db0580
...@@ -700,7 +700,7 @@ public class IQPEPHandler extends IQHandler implements ServerIdentitiesProvider, ...@@ -700,7 +700,7 @@ public class IQPEPHandler extends IQHandler implements ServerIdentitiesProvider,
} }
// FIXME: Extract the code in the below method into its own method // FIXME: Extract the code in the below method into its own method
unsubscribedToPresence(rosterOwner, deletedContact); unsubscribedToPresence(deletedContact, rosterOwner);
} }
......
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