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
|
@ -17,7 +17,7 @@
|
|||
package org.jivesoftware.smack.sasl.javax;
|
||||
|
||||
/**
|
||||
* Implementation of the SASL CRAM-MD5 mechanism
|
||||
* Implementation of the SASL CRAM-MD5 mechanism.
|
||||
*
|
||||
* @author Jay Kline
|
||||
*/
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
package org.jivesoftware.smack.sasl.javax;
|
||||
|
||||
/**
|
||||
* Implementation of the SASL DIGEST-MD5 mechanism
|
||||
* Implementation of the SASL DIGEST-MD5 mechanism.
|
||||
*
|
||||
* @author Jay Kline
|
||||
*/
|
||||
|
|
|
@ -21,7 +21,7 @@ import java.util.Map;
|
|||
import javax.security.sasl.Sasl;
|
||||
|
||||
/**
|
||||
* Implementation of the SASL GSSAPI mechanism
|
||||
* Implementation of the SASL GSSAPI mechanism.
|
||||
*
|
||||
* @author Jay Kline
|
||||
*/
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
package org.jivesoftware.smack.sasl.javax;
|
||||
|
||||
/**
|
||||
* Implementation of the SASL PLAIN mechanism
|
||||
* Implementation of the SASL PLAIN mechanism.
|
||||
*
|
||||
* @author Jay Kline
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue