1
0
Fork 0
mirror of https://codeberg.org/Mercury-IM/Smack synced 2025-12-05 12:41: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

@ -34,7 +34,7 @@ public class GroupChatInvitationTest extends SmackTestCase {
/**
* Constructor for GroupChatInvitationTest.
* @param arg0
* @param arg0 TODO javadoc me please
*/
public GroupChatInvitationTest(String arg0) {
super(arg0);

View file

@ -35,7 +35,7 @@ public class RosterExchangeManagerTest extends SmackTestCase {
/**
* Constructor for RosterExchangeManagerTest.
* @param name
* @param name TODO javadoc me please
*/
public RosterExchangeManagerTest(String name) {
super(name);

View file

@ -36,7 +36,7 @@ public class XHTMLManagerTest extends SmackTestCase {
/**
* Constructor for XHTMLManagerTest.
* @param name
* @param name TODO javadoc me please
*/
public XHTMLManagerTest(String name) {
super(name);

View file

@ -48,7 +48,7 @@ public class Socks5ByteStreamTest extends SmackTestCase {
/**
* Constructor
*
* @param arg0
* @param arg0 TODO javadoc me please
*/
public Socks5ByteStreamTest(String arg0) {
super(arg0);

View file

@ -36,7 +36,7 @@ public class MultiUserChatCreationTest extends SmackTestCase {
/**
* Constructor for MultiUserChatCreationTest.
* @param arg0
* @param arg0 TODO javadoc me please
*/
public MultiUserChatCreationTest(String arg0) {
super(arg0);