mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2025-09-09 10:19: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
|
@ -88,7 +88,7 @@ public class SignalOmemoStoreConnector
|
|||
|
||||
/**
|
||||
* We don't use this.
|
||||
* @return dummy
|
||||
* @return dummy TODO javadoc me please
|
||||
*/
|
||||
@Override
|
||||
public int getLocalRegistrationId() {
|
||||
|
|
|
@ -61,7 +61,7 @@ public class SignalOmemoStoreTest extends OmemoStoreTest<IdentityKeyPair, Identi
|
|||
/**
|
||||
* We are running this Test with multiple available OmemoStore implementations.
|
||||
* @return
|
||||
* @throws IOException
|
||||
* @throws IOException if an I/O error occured.
|
||||
*/
|
||||
@Parameterized.Parameters
|
||||
public static Collection<Object[]> getParameters() throws IOException {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue