mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 18:29:45 +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
|
@ -49,7 +49,7 @@ public class Base64
|
|||
public final static int GZIP = 2;
|
||||
|
||||
|
||||
/** Don't break lines when encoding (violates strict Base64 specification) */
|
||||
/** Don't break lines when encoding (violates strict Base64 specification). */
|
||||
public final static int DONT_BREAK_LINES = 8;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue