mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-10 18:59: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
|
@ -49,7 +49,7 @@ import org.jxmpp.stringprep.XmppStringprepException;
|
|||
|
||||
/**
|
||||
* Tests that verify the correct behavior of the {@link Roster} implementation
|
||||
* with regard to roster versioning
|
||||
* with regard to roster versioning.
|
||||
*
|
||||
* @see Roster
|
||||
* @see <a href="http://xmpp.org/rfcs/rfc6121.html#roster">Managing the Roster</a>
|
||||
|
@ -172,7 +172,7 @@ public class RosterVersioningTest {
|
|||
}
|
||||
|
||||
/**
|
||||
* Test roster versioning with roster pushes
|
||||
* Test roster versioning with roster pushes.
|
||||
*/
|
||||
@Test(timeout = 5000)
|
||||
public void testRosterVersioningWithCachedRosterAndPushes() throws Throwable {
|
||||
|
|
|
@ -79,7 +79,7 @@ public class DirectoryRosterStoreTest {
|
|||
}
|
||||
|
||||
/**
|
||||
* Tests adding and removing entries
|
||||
* Tests adding and removing entries.
|
||||
*/
|
||||
@Test
|
||||
public void testStoreAddRemove() throws IOException {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue