Commit f15cfee6 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gaston

Modified #getTrackInfo to use the new iv name thus fixing a NPE.


git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@410 b35dd754-fafc-0310-a699-88a17e54d16e
parent 1dbc65d0
......@@ -88,7 +88,7 @@ public class IQPrivateHandler extends IQHandler implements ServerFeaturesProvide
protected TrackInfo getTrackInfo() {
TrackInfo trackInfo = super.getTrackInfo();
trackInfo.getTrackerClasses().put(PrivateStorage.class, "privateStore");
trackInfo.getTrackerClasses().put(PrivateStorage.class, "privateStorage");
return trackInfo;
}
......
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