1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-16 08:34:50 +02:00

Fixed regression.

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2256 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Matt Tucker 2004-03-15 22:58:48 +00:00 committed by mtucker
parent d8b5522ce1
commit 2f0c000c82

View file

@ -341,6 +341,7 @@ class PacketWriter {
writer.write(" ");
}
catch (Exception e) { }
}
try {
// Sleep 30 seconds.
Thread.sleep(delay);
@ -350,4 +351,3 @@ class PacketWriter {
}
}
}
}