Fix to let specify a custom debugger

git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@2497 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Gaston Dombiak 2005-06-07 20:41:22 +00:00 committed by gaston
parent 51f29937d2
commit 41d274a5f9
1 changed files with 1 additions and 1 deletions

View File

@ -737,7 +737,7 @@ public class XMPPConnection {
// Use try block since we may not have permission to get a system
// property (for example, when an applet).
try {
System.getProperty("smack.debuggerClass");
className = System.getProperty("smack.debuggerClass");
}
catch (Throwable t) {
}