mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 10:19:41 +02: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
|
@ -23,6 +23,8 @@ public class SMUtils {
|
|||
private static long MASK_32_BIT = BigInteger.ONE.shiftLeft(32).subtract(BigInteger.ONE).longValue();
|
||||
|
||||
/**
|
||||
* Increment the Stream Management height counter.
|
||||
*
|
||||
* Quoting XEP-198 4.:
|
||||
* "In the unlikely case that the number of stanzas handled during a stream management session exceeds the number
|
||||
* of digits that can be represented by the unsignedInt datatype as specified in XML Schema Part 2 [10]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue