mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-22 06:12:05 +01:00
Fixed typo.
git-svn-id: http://svn.igniterealtime.org/svn/repos/smack/trunk@1920 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
parent
000100a149
commit
6551c8edb9
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ Debugging mode can be enabled in two different ways:
|
|||
|
||||
<ol>
|
||||
<li>Add the following line of code before creating new connections:<p>
|
||||
<tt>XMPPConection.DEBUG_ENABLED = true;</tt><p>
|
||||
<tt>XMPPConnection.DEBUG_ENABLED = true;</tt><p>
|
||||
|
||||
<li>Set the Java system property <tt>smack.debugEnabled</tt> to true. The
|
||||
system property can be set on the command line such as:<p>
|
||||
|
|
Loading…
Reference in a new issue