mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 00:59:39 +02:00
Javadoc changes for Java 11 compatibility
This commit is contained in:
parent
8fa90113c9
commit
91ec6cc955
58 changed files with 177 additions and 177 deletions
|
@ -29,7 +29,7 @@ import android.util.Log;
|
|||
* </p>
|
||||
* It is possible to not only print the raw sent and received stanzas but also the interpreted
|
||||
* packets by Smack. By default interpreted packets won't be printed. To enable this feature
|
||||
* just change the <tt>printInterpreted</tt> static variable to <tt>true</tt>.
|
||||
* just change the <code>printInterpreted</code> static variable to <code>true</code>.
|
||||
*
|
||||
*/
|
||||
public class AndroidDebugger extends AbstractDebugger {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue