1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-12-12 05:51:08 +01:00

Add FinalClass checkstyle check

And mark affected classes final.
This commit is contained in:
Florian Schmaus 2015-04-06 10:45:12 +02:00
parent 5ae1fbd25a
commit b4694ec152
72 changed files with 80 additions and 79 deletions

View file

@ -79,7 +79,7 @@ import org.jxmpp.jid.Jid;
*
* @author Henning Staib
*/
public class InBandBytestreamManager implements BytestreamManager {
public final class InBandBytestreamManager implements BytestreamManager {
/**
* Stanzas that can be used to encapsulate In-Band Bytestream data packets.

View file

@ -68,7 +68,7 @@ import org.jivesoftware.smack.SmackException;
*
* @author Henning Staib
*/
public class Socks5Proxy {
public final class Socks5Proxy {
private static final Logger LOGGER = Logger.getLogger(Socks5Proxy.class.getName());
/* SOCKS5 proxy singleton */