1
0
Fork 0
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:
Florian Schmaus 2015-03-29 12:15:32 +02:00
parent 57260b2a44
commit 64d134052d
198 changed files with 529 additions and 501 deletions

View file

@ -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() {

View file

@ -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() {

View file

@ -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
*/

View file

@ -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() {

View file

@ -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) {

View file

@ -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

View file

@ -36,7 +36,7 @@ import org.junit.Test;
import org.jxmpp.stringprep.XmppStringprepException;
/**
*
* Configure form test.
* @author Robin Collier
*
*/

View file

@ -32,7 +32,7 @@ import org.junit.Test;
import org.xmlpull.v1.XmlPullParser;
/**
*
* Item validation test.
* @author Robin Collier
*
*/

View file

@ -29,7 +29,7 @@ import org.jivesoftware.smackx.xdatavalidation.packet.ValidateElement.RegexValid
import org.junit.Test;
/**
*
* Data validation helper test.
* @author Anno van Vliet
*
*/

View file

@ -32,7 +32,7 @@ import org.xmlpull.v1.XmlPullParser;
import org.xmlpull.v1.XmlPullParserException;
/**
*
* Data validation test.
* @author Anno van Vliet
*
*/