mirror of
https://github.com/vanitasvitae/Smack.git
synced 2025-09-09 00:59:39 +02:00
Fix javadoc issues
This commit is contained in:
parent
10aee6c787
commit
a8b2446042
23 changed files with 126 additions and 98 deletions
|
@ -149,7 +149,6 @@ public class SignalOmemoRatchet
|
|||
throw new AssertionError("Signals trust management MUST be disabled.");
|
||||
}
|
||||
|
||||
// TODO: Figure out, if this is enough...
|
||||
int type = ciphertextMessage.getType() == CiphertextMessage.PREKEY_TYPE ?
|
||||
OmemoElement.TYPE_OMEMO_PREKEY_MESSAGE : OmemoElement.TYPE_OMEMO_MESSAGE;
|
||||
|
||||
|
|
|
@ -87,8 +87,9 @@ public class SignalOmemoStoreConnector
|
|||
}
|
||||
|
||||
/**
|
||||
* We don't use this.
|
||||
* @return dummy TODO javadoc me please
|
||||
* The OMEMO protocol does not make use of a local registration ID, so we can simply return 0 here.
|
||||
*
|
||||
* @return local registration id.
|
||||
*/
|
||||
@Override
|
||||
public int getLocalRegistrationId() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue