mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-15 12:09:38 +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
|
@ -80,7 +80,7 @@ public class InBandBytestreamManagerTest extends InitExtensions {
|
|||
/**
|
||||
* Test that
|
||||
* {@link InBandBytestreamManager#getByteStreamManager(XMPPConnection)} returns
|
||||
* one bytestream manager for every connection
|
||||
* one bytestream manager for every connection.
|
||||
*/
|
||||
@Test
|
||||
public void shouldHaveOneManagerForEveryConnection() {
|
||||
|
|
|
@ -96,7 +96,7 @@ public class Socks5ByteStreamManagerTest {
|
|||
|
||||
/**
|
||||
* Test that {@link Socks5BytestreamManager#getBytestreamManager(XMPPConnection)} returns one
|
||||
* bytestream manager for every connection
|
||||
* bytestream manager for every connection.
|
||||
*/
|
||||
@Test
|
||||
public void shouldHaveOneManagerForEveryConnection() {
|
||||
|
|
|
@ -248,7 +248,7 @@ public class Socks5ClientTest {
|
|||
}
|
||||
|
||||
/**
|
||||
* The SOCKS5 client should successfully connect to the SOCKS5 server
|
||||
* The SOCKS5 client should successfully connect to the SOCKS5 server.
|
||||
*
|
||||
* @throws Exception should not happen
|
||||
*/
|
||||
|
|
|
@ -43,7 +43,7 @@ import org.junit.Test;
|
|||
public class Socks5ProxyTest {
|
||||
|
||||
/**
|
||||
* The SOCKS5 proxy should be a singleton used by all XMPP connections
|
||||
* The SOCKS5 proxy should be a singleton used by all XMPP connections.
|
||||
*/
|
||||
@Test
|
||||
public void shouldBeASingleton() {
|
||||
|
|
|
@ -69,7 +69,7 @@ public class Socks5TestProxy {
|
|||
}
|
||||
|
||||
/**
|
||||
* Returns the local SOCKS5 proxy server
|
||||
* Returns the local SOCKS5 proxy server.
|
||||
*
|
||||
* @param port of the test proxy
|
||||
* @return the local SOCKS5 proxy server
|
||||
|
@ -83,7 +83,7 @@ public class Socks5TestProxy {
|
|||
}
|
||||
|
||||
/**
|
||||
* Stops the test proxy
|
||||
* Stops the test proxy.
|
||||
*/
|
||||
public static synchronized void stopProxy() {
|
||||
if (socks5Server != null) {
|
||||
|
|
|
@ -44,7 +44,7 @@ public class EntityCapsManagerTest extends InitExtensions {
|
|||
|
||||
/**
|
||||
* <a href="http://xmpp.org/extensions/xep-0115.html#ver-gen-complex">XEP-
|
||||
* 0115 Complex Generation Example</a>
|
||||
* 0115 Complex Generation Example</a>.
|
||||
* @throws XmppStringprepException
|
||||
*/
|
||||
@Test
|
||||
|
|
|
@ -36,7 +36,7 @@ import org.junit.Test;
|
|||
import org.jxmpp.stringprep.XmppStringprepException;
|
||||
|
||||
/**
|
||||
*
|
||||
* Configure form test.
|
||||
* @author Robin Collier
|
||||
*
|
||||
*/
|
||||
|
|
|
@ -32,7 +32,7 @@ import org.junit.Test;
|
|||
import org.xmlpull.v1.XmlPullParser;
|
||||
|
||||
/**
|
||||
*
|
||||
* Item validation test.
|
||||
* @author Robin Collier
|
||||
*
|
||||
*/
|
||||
|
|
|
@ -29,7 +29,7 @@ import org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement.RegexValid
|
|||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
*
|
||||
* Data validation helper test.
|
||||
* @author Anno van Vliet
|
||||
*
|
||||
*/
|
||||
|
|
|
@ -32,7 +32,7 @@ import org.xmlpull.v1.XmlPullParser;
|
|||
import org.xmlpull.v1.XmlPullParserException;
|
||||
|
||||
/**
|
||||
*
|
||||
* Data validation test.
|
||||
* @author Anno van Vliet
|
||||
*
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue