Commit 16ba5ac1 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Removed warning.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3759 b35dd754-fafc-0310-a699-88a17e54d16e
parent 9d842afd
......@@ -341,7 +341,7 @@ public class ClientSession extends Session {
buf.append(iter.next());
}
while (iter.hasNext()) {
buf.append(", ").append((String)iter.next());
buf.append(", ").append(iter.next());
}
JiveGlobals.setProperty("xmpp.client.login.allowed", buf.toString());
}
......
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