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
|
@ -19,7 +19,7 @@ package org.jivesoftware.smack.util.stringencoder.android;
|
|||
import android.util.Base64;
|
||||
|
||||
/**
|
||||
* A Base 64 encoding implementation based on android.util.Base64
|
||||
* A Base 64 encoding implementation based on android.util.Base64.
|
||||
* @author Florian Schmaus
|
||||
*/
|
||||
public class AndroidBase64Encoder implements org.jivesoftware.smack.util.stringencoder.Base64.Encoder {
|
||||
|
|
|
@ -23,10 +23,6 @@ import org.jivesoftware.smack.util.stringencoder.StringEncoder;
|
|||
|
||||
import android.util.Base64;
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
public class AndroidBase64UrlSafeEncoder implements StringEncoder {
|
||||
|
||||
private static AndroidBase64UrlSafeEncoder instance = new AndroidBase64UrlSafeEncoder();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue