mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-10 10:49:41 +02: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
|
@ -36,7 +36,7 @@ public class PacketReaderTest extends SmackTestCase {
|
|||
/**
|
||||
* Constructor for PacketReaderTest.
|
||||
*
|
||||
* @param arg0
|
||||
* @param arg0 TODO javadoc me please
|
||||
*/
|
||||
public PacketReaderTest(String arg0) {
|
||||
super(arg0);
|
||||
|
|
|
@ -38,7 +38,7 @@ public class RosterSmackTest extends SmackTestCase {
|
|||
|
||||
/**
|
||||
* Constructor for RosterSmackTest.
|
||||
* @param name
|
||||
* @param name TODO javadoc me please
|
||||
*/
|
||||
public RosterSmackTest(String name) {
|
||||
super(name);
|
||||
|
|
|
@ -24,7 +24,7 @@ public class MockPacket extends Packet {
|
|||
|
||||
/**
|
||||
* Returns null always.
|
||||
* @return null
|
||||
* @return null TODO javadoc me please
|
||||
*/
|
||||
public String toXML() {
|
||||
return null;
|
||||
|
|
|
@ -31,7 +31,7 @@ public class PrivacyProviderTest extends SmackTestCase {
|
|||
|
||||
/**
|
||||
* Constructor for PrivacyTest.
|
||||
* @param arg0
|
||||
* @param arg0 TODO javadoc me please
|
||||
*/
|
||||
public PrivacyProviderTest(String arg0) {
|
||||
super(arg0);
|
||||
|
|
|
@ -503,7 +503,7 @@ public abstract class SmackTestCase extends TestCase {
|
|||
/**
|
||||
* Subscribes all connections with each other: They all become friends
|
||||
*
|
||||
* @throws XMPPException
|
||||
* @throws XMPPException if an XMPP protocol error was received.
|
||||
*/
|
||||
protected void letsAllBeFriends() throws XMPPException {
|
||||
ConnectionUtils.letsAllBeFriends(connections);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue