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

Small Fix

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@7561 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Thiago Camargo 2007-03-15 22:07:49 +00:00 committed by thiago
parent c7fc4734b8
commit b040294920

View file

@ -772,6 +772,10 @@ public abstract class TransportCandidate {
if (enabled) { if (enabled) {
} }
} }
catch (Exception e) {
if (enabled) {
}
}
} }
public void cancel() { public void cancel() {