1
0
Fork 0
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:
Florian Schmaus 2019-08-30 12:08:30 +02:00
parent 4249c1a845
commit 1a3067c89b
323 changed files with 2929 additions and 2704 deletions

View file

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

View file

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