mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-12-16 10:01: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
|
|
@ -90,7 +90,7 @@ public class DeliveryReceiptManager extends Manager {
|
|||
public enum AutoReceiptMode {
|
||||
|
||||
/**
|
||||
* Never send deliver receipts
|
||||
* Never send deliver receipts.
|
||||
*/
|
||||
disabled,
|
||||
|
||||
|
|
@ -183,7 +183,7 @@ public class DeliveryReceiptManager extends Manager {
|
|||
}
|
||||
|
||||
/**
|
||||
* Returns true if Delivery Receipts are supported by a given JID
|
||||
* Returns true if Delivery Receipts are supported by a given JID.
|
||||
*
|
||||
* @param jid
|
||||
* @return true if supported
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue