Commit ad63c217 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Removed warning.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@3920 b35dd754-fafc-0310-a699-88a17e54d16e
parent d6b60ae2
......@@ -86,7 +86,7 @@ public class OutgoingServerSocketReader {
Thread thread = new Thread("Outgoing Server Reader") {
public void run() {
while (open) {
Element doc = null;
Element doc;
try {
doc = reader.parseDocument().getRootElement();
......
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