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

Make IQPEPHandler.getPEPService public.

git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@10403 b35dd754-fafc-0310-a699-88a17e54d16e
parent c117c03a
......@@ -381,7 +381,7 @@ public class IQPEPHandler extends IQHandler implements ServerIdentitiesProvider,
* @param jid the bare JID of the user that owns the PEP service.
* @return the requested PEP service if found or null if not found.
*/
private PEPService getPEPService(String jid) {
public PEPService getPEPService(String jid) {
PEPService pepService = pepServices.get(jid);
if (pepService == null) {
......
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