1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 00:59:39 +02:00

Enable trailing whitespace checkstyle check

for all source code regions, including javadoc.
This commit is contained in:
Florian Schmaus 2018-05-09 23:06:12 +02:00
parent 9d61a6de7d
commit e8923b9d16
545 changed files with 3713 additions and 3715 deletions

View file

@ -24,13 +24,13 @@ import org.jivesoftware.smack.util.stringencoder.StringEncoder;
/**
* A Base 64 encoding implementation that generates filename and Url safe encodings.
*
*
* <p>
* Note: This does NOT produce standard Base 64 encodings, but a variant as defined in
* Note: This does NOT produce standard Base 64 encodings, but a variant as defined in
* Section 4 of RFC3548:
* <a href="http://www.faqs.org/rfcs/rfc3548.html">http://www.faqs.org/rfcs/rfc3548.html</a>.
* </p>
*
*
* @author Robin Collier
*/
public final class Java7Base64UrlSafeEncoder implements StringEncoder {