mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-12-06 13:11:08 +01:00
Enable werror for javadoc and fix javadoc issues
This commit is contained in:
parent
4249c1a845
commit
1a3067c89b
323 changed files with 2929 additions and 2704 deletions
|
|
@ -59,7 +59,7 @@ public class JingleManagerTest extends SmackTestCase {
|
|||
/**
|
||||
* Constructor for JingleManagerTest.
|
||||
*
|
||||
* @param name
|
||||
* @param name TODO javadoc me please
|
||||
*/
|
||||
public JingleManagerTest(final String name) {
|
||||
super(name);
|
||||
|
|
|
|||
|
|
@ -77,7 +77,7 @@ public class STUNResolverTest extends SmackTestCase {
|
|||
/**
|
||||
* Test for getPreferredCandidate()
|
||||
*
|
||||
* @throws Exception
|
||||
* @throws Exception if an exception occurs.
|
||||
*/
|
||||
public void testGetPreferredCandidate() throws Exception {
|
||||
int highestPref = 100;
|
||||
|
|
@ -105,7 +105,7 @@ public class STUNResolverTest extends SmackTestCase {
|
|||
/**
|
||||
* Test for getPreferredCandidate()
|
||||
*
|
||||
* @throws Exception
|
||||
* @throws Exception if an exception occurs.
|
||||
*/
|
||||
public void testGetPreferredCandidateICE() throws Exception {
|
||||
int highestPref = 100;
|
||||
|
|
@ -133,7 +133,7 @@ public class STUNResolverTest extends SmackTestCase {
|
|||
/**
|
||||
* Test priority generated by STUN lib
|
||||
*
|
||||
* @throws Exception
|
||||
* @throws Exception if an exception occurs.
|
||||
*/
|
||||
public void testICEPriority() throws Exception {
|
||||
|
||||
|
|
@ -193,7 +193,7 @@ public class STUNResolverTest extends SmackTestCase {
|
|||
/**
|
||||
* Test for loadSTUNServers()
|
||||
*
|
||||
* @throws Exception
|
||||
* @throws Exception if an exception occurs.
|
||||
*/
|
||||
public void testLoadSTUNServers() throws Exception {
|
||||
STUNResolver stunResolver = new STUNResolver() {
|
||||
|
|
@ -218,7 +218,7 @@ public class STUNResolverTest extends SmackTestCase {
|
|||
/**
|
||||
* Test for resolve()
|
||||
*
|
||||
* @throws Exception
|
||||
* @throws Exception if an exception occurs.
|
||||
*/
|
||||
public void testResolve() throws Exception {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue