1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2025-09-09 17:19:39 +02: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

@ -88,7 +88,7 @@ public class SignalOmemoStoreConnector
/**
* We don't use this.
* @return dummy
* @return dummy TODO javadoc me please
*/
@Override
public int getLocalRegistrationId() {

View file

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