Changes the visibility modifier of the method that generates thread IDs for XMPP

fix-message-formatting
hristoterezov 12 years ago
parent 2a12abaefe
commit 3b8601d24c

@ -1298,7 +1298,7 @@ public void addMessageFilters(PacketFilter filter)
*
* @return the next thread id.
*/
private static synchronized String nextThreadID() {
public static synchronized String nextThreadID() {
return prefix + Long.toString(id++);
}

Loading…
Cancel
Save