mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-12-12 05:51:08 +01:00
Enable javadoc checkstyle
and fix violations.
This commit is contained in:
parent
57260b2a44
commit
64d134052d
198 changed files with 529 additions and 501 deletions
|
|
@ -190,7 +190,7 @@ public class PingManager extends Manager {
|
|||
}
|
||||
|
||||
/**
|
||||
* Query the specified entity to see if it supports the Ping protocol (XEP-0199)
|
||||
* Query the specified entity to see if it supports the Ping protocol (XEP-0199).
|
||||
*
|
||||
* @param jid The id of the entity the query is being sent to
|
||||
* @return true if it supports ping, false otherwise.
|
||||
|
|
@ -288,7 +288,7 @@ public class PingManager extends Manager {
|
|||
}
|
||||
|
||||
/**
|
||||
* Register a new PingFailedListener
|
||||
* Register a new PingFailedListener.
|
||||
*
|
||||
* @param listener the listener to invoke
|
||||
*/
|
||||
|
|
@ -297,7 +297,7 @@ public class PingManager extends Manager {
|
|||
}
|
||||
|
||||
/**
|
||||
* Unregister a PingFailedListener
|
||||
* Unregister a PingFailedListener.
|
||||
*
|
||||
* @param listener the listener to remove
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ public class Ping extends SimpleIQ {
|
|||
}
|
||||
|
||||
/**
|
||||
* Create an XMPP Pong for this Ping
|
||||
* Create an XMPP Pong for this Ping.
|
||||
*
|
||||
* @return the Pong
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue